increase maestro and vpay memory
increase nextcloud health check timeout
This commit is contained in:
parent
20a394f911
commit
0c16dda4d0
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
hypervisorName = "atlas";
|
||||
|
||||
nixosModule = { config, ... }: {
|
||||
microvm.balloonMem = 7680;
|
||||
microvm.balloonMem = 10000;
|
||||
|
||||
lab = {
|
||||
dockerSwarm.enable = true;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
hypervisorName = "lewis";
|
||||
|
||||
nixosModule = {
|
||||
microvm.balloonMem = 4600;
|
||||
microvm.balloonMem = 10000;
|
||||
|
||||
lab = {
|
||||
dockerSwarm.enable = true;
|
||||
|
|
|
@ -36,7 +36,7 @@ let
|
|||
"[BODY].installed == true"
|
||||
"[BODY].maintenance == false"
|
||||
"[BODY].needsDbUpgrade == false"
|
||||
(maxResponseTime 1000)
|
||||
(maxResponseTime 2000)
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue