diff --git a/nix/machines/maestro.nix b/nix/machines/maestro.nix index 54f3c74..5a282eb 100644 --- a/nix/machines/maestro.nix +++ b/nix/machines/maestro.nix @@ -4,7 +4,7 @@ hypervisorName = "atlas"; nixosModule = { config, ... }: { - microvm.balloonMem = 7680; + microvm.balloonMem = 10000; lab = { dockerSwarm.enable = true; diff --git a/nix/machines/vpay.nix b/nix/machines/vpay.nix index 7e67f33..e190bf6 100644 --- a/nix/machines/vpay.nix +++ b/nix/machines/vpay.nix @@ -4,7 +4,7 @@ hypervisorName = "lewis"; nixosModule = { - microvm.balloonMem = 4600; + microvm.balloonMem = 10000; lab = { dockerSwarm.enable = true; diff --git a/nix/modules/monitoring/gatus-endpoints.nix b/nix/modules/monitoring/gatus-endpoints.nix index 8680367..02ce74e 100644 --- a/nix/modules/monitoring/gatus-endpoints.nix +++ b/nix/modules/monitoring/gatus-endpoints.nix @@ -36,7 +36,7 @@ let "[BODY].installed == true" "[BODY].maintenance == false" "[BODY].needsDbUpgrade == false" - (maxResponseTime 1000) + (maxResponseTime 2000) ]; } {