images/guix: increase VM RAM to 3GB

Unfortunately 2GB is not enough anymore to build Guix.
This commit is contained in:
unwox 2024-02-16 12:15:25 +06:00 committed by Drew DeVault
parent e4461297be
commit 46e941eca9
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ sudo qemu-nbd --disconnect /dev/nbd0
# Boot guix vm
qemu-system-$arch \
-pidfile /tmp/qemu.id \
-m 2048 \
-m 3046 \
-smp cpus=2 \
-net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:8022-:22 \
-display none \