From 124154b8a4617079393718a3f1e67cf893c2fc9f Mon Sep 17 00:00:00 2001 From: Dhruvin Gandhi Date: Mon, 31 Jan 2022 15:35:08 +0530 Subject: [PATCH] images/guix: Increase the memory for guix pull --- images/guix/genimg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/guix/genimg b/images/guix/genimg index e36978f..a79be9a 100755 --- a/images/guix/genimg +++ b/images/guix/genimg @@ -69,7 +69,7 @@ sudo qemu-nbd --disconnect /dev/nbd0 # Boot guix vm qemu-system-$arch \ -pidfile /tmp/qemu.id \ - -m 1024 \ + -m 2048 \ -smp cpus=2 \ -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:8022-:22 \ -display none \ -- 2.38.5