ajustados los recursos

This commit is contained in:
trigkeyb
2025-02-02 14:06:21 +01:00
parent fdc952020d
commit 55c736d55f
3 changed files with 11 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ source config.sh
qm stop $VMID
qm destroy $VMID
qm create $VMID --name $VMHOST --memory 8192 --cores 4 --net0 virtio,bridge=$VMNET --cpu host --agent enabled=1 --tags docker
qm create $VMID --name $VMHOST --memory $VRAM --cores $VCORES --net0 virtio,bridge=$VMNET --cpu host --agent enabled=1 --tags docker
qm set $VMID --ide2 $VMSTORAGE:cloudinit --boot c --bootdisk scsi0 --serial0 socket --vga serial0
qm importdisk $VMID /mnt/pve/ISOs_storage/template/iso/ubuntu-24.04-minimal-cloudimg-amd64.img $VMSTORAGE --format qcow2