diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-22 11:06:47 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-22 11:06:47 +0530 |
commit | eefb7546a2dffa647d21df63082d7d1ccca06b6d (patch) | |
tree | 32d6b96759e9f25f84519d1d2be76e4f303c5e79 | |
parent | 706f41967e2671341b77a237acb5d2127d389c07 (diff) |
update default memory size
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |