From 540cbe5bee3fc656b028570c89ae1847bea1be83 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 9 Aug 2023 10:38:56 +0200 Subject: [PATCH] cavemem: bump microvm.mem from 16 to 24 gb --- hosts/caveman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/caveman/default.nix b/hosts/caveman/default.nix index 76553fc4..1fe2634b 100644 --- a/hosts/caveman/default.nix +++ b/hosts/caveman/default.nix @@ -9,7 +9,7 @@ }; microvm = { vcpu = 8; - mem = 16 * 1024; + mem = 24 * 1024; }; networking = {