increase maestro and vpay memory

increase nextcloud health check timeout
This commit is contained in:
Pim Kunis 2024-03-06 21:29:23 +01:00
parent 20a394f911
commit 0c16dda4d0
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
hypervisorName = "atlas";
nixosModule = { config, ... }: {
microvm.balloonMem = 7680;
microvm.balloonMem = 10000;
lab = {
dockerSwarm.enable = true;

View file

@ -4,7 +4,7 @@
hypervisorName = "lewis";
nixosModule = {
microvm.balloonMem = 4600;
microvm.balloonMem = 10000;
lab = {
dockerSwarm.enable = true;

View file

@ -36,7 +36,7 @@ let
"[BODY].installed == true"
"[BODY].maintenance == false"
"[BODY].needsDbUpgrade == false"
(maxResponseTime 1000)
(maxResponseTime 2000)
];
}
{