From 7e25d80c630290b88480087973efdb4a7237a019 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 29 Jan 2025 22:53:13 +0000 Subject: [PATCH] boot fails on 2gb of memory for some reason --- hosts/auth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index 05c1630..05ca8c3 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -17,7 +17,7 @@ in microvm = { hypervisor = "qemu"; - mem = 2 * 1024; + mem = 2 * 1024 + 512; vcpu = 2; interfaces = [ {