[neon/ubuntu-core] /: Give the VM more cores and RAM

Kevin Ottens null at kde.org
Mon Apr 29 14:36:47 BST 2024


Git commit 854b7cf077f8d045fc80eb18e8a649d604015ab9 by Kevin Ottens.
Committed on 29/04/2024 at 13:36.
Pushed by ervin into branch 'master'.

Give the VM more cores and RAM

M  +1    -1    run-image.sh

https://invent.kde.org/neon/ubuntu-core/-/commit/854b7cf077f8d045fc80eb18e8a649d604015ab9

diff --git a/run-image.sh b/run-image.sh
index 42227a1..166415c 100755
--- a/run-image.sh
+++ b/run-image.sh
@@ -24,7 +24,7 @@ IMAGE=$1
 OVMF_BIN=`find_ovmf_bin`
 
 echo "If you need to access local-snaps from the guest run: mount -t 9p host_share /mnt"
-qemu-system-x86_64 -smp 2 -m 2048 -machine accel=kvm \
+qemu-system-x86_64 -smp 4 -m 8192 -machine accel=kvm \
       -display gtk,gl=on \
       -net nic,model=virtio \
       -net user,hostfwd=tcp::8022-:22 \


More information about the Neon-commits mailing list