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;
|
||||
|
|
Reference in a new issue