We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f31b3 commit bb31007Copy full SHA for bb31007
local-hosting/proxmox/ubuntu-cloud-k3d.sh
@@ -222,7 +222,7 @@ rm -f jammy-server-cloudimg-amd64.img >/dev/null
222
wget -q https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
223
qemu-img resize jammy-server-cloudimg-amd64.img 40G >/dev/null
224
qm create $VMID --name $HOSTNAME --ostype l26 \
225
- --memory 8192 --balloon 0 \
+ --memory 16384 --balloon 0 \
226
--agent 1 \
227
--bios ovmf --machine q35 --efidisk0 $STORAGE:0,pre-enrolled-keys=0 \
228
--cpu host --socket 1 --cores 4 \
0 commit comments