Skip to content

Commit bb31007

Browse files
committed
Up RAM to 16Gb
1 parent 29f31b3 commit bb31007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-hosting/proxmox/ubuntu-cloud-k3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ rm -f jammy-server-cloudimg-amd64.img >/dev/null
222222
wget -q https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
223223
qemu-img resize jammy-server-cloudimg-amd64.img 40G >/dev/null
224224
qm create $VMID --name $HOSTNAME --ostype l26 \
225-
--memory 8192 --balloon 0 \
225+
--memory 16384 --balloon 0 \
226226
--agent 1 \
227227
--bios ovmf --machine q35 --efidisk0 $STORAGE:0,pre-enrolled-keys=0 \
228228
--cpu host --socket 1 --cores 4 \

0 commit comments

Comments
 (0)