aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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 \