aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-03-22 11:06:47 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-03-22 11:06:47 +0530
commiteefb7546a2dffa647d21df63082d7d1ccca06b6d (patch)
tree32d6b96759e9f25f84519d1d2be76e4f303c5e79
parent706f41967e2671341b77a237acb5d2127d389c07 (diff)
update default memory size
-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 \