From eefb7546a2dffa647d21df63082d7d1ccca06b6d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 22 Mar 2025 11:06:47 +0530 Subject: update default memory size --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9b5d342..5fc71aa 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ virt-builder debian-12 \ sudo virt-install --import \ --os-variant debian12 \ --name $VM_NAME \ - --ram 2048 \ + --ram 8192 \ --cpu host-passthrough,cache.mode=passthrough \ --vcpus 4,sockets=1,cores=2,threads=2 \ --disk path=imgs/$VM_NAME.img,format=raw,bus=virtio \ -- cgit v1.2.3