From 0c16dda4d010c226e18785d784ac2c07ba77fef9 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 6 Mar 2024 21:29:23 +0100 Subject: [PATCH] increase maestro and vpay memory increase nextcloud health check timeout --- nix/machines/maestro.nix | 2 +- nix/machines/vpay.nix | 2 +- nix/modules/monitoring/gatus-endpoints.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) ]; } {