diff --git a/docs/tech_docs/proxmox_virtualmachines.md b/docs/tech_docs/proxmox_virtualmachines.md index 97a055d..c3402bf 100644 --- a/docs/tech_docs/proxmox_virtualmachines.md +++ b/docs/tech_docs/proxmox_virtualmachines.md @@ -1,11 +1,12 @@ Here are the updated configurations for VMs 500, 600, and 700, optimized for performance and based on best practices: VM 500 (Debian 12): -``` +```bash agent: enabled=1 boot: c bootdisk: scsi0 cores: 4 +ide2: local:iso/debian-12.5.0-amd64-netinst.iso,media=cdrom,size=629M cpu: host kvm: 1 memory: 4096 @@ -23,7 +24,7 @@ vmgenid: 137fbfab-cc44-4246-a558-67369061819a ``` VM 600 (Ubuntu 22.04): -``` +```bash agent: enabled=1 boot: c bootdisk: scsi0 @@ -48,7 +49,7 @@ vmgenid: 137fbfab-cc44-4246-a558-67369061819b ``` VM 700 (Rocky Linux 9): -``` +```bash agent: enabled=1 boot: c bootdisk: scsi0 @@ -69,6 +70,10 @@ vga: qxl vmgenid: 137fbfab-cc44-4246-a558-67369061819c ``` +```bash +qm clone 500 501 --full --net0 virtio,bridge=vmbr0 --net1 virtio,bridge=vmbr1 +``` + Key changes and optimizations: 1. Increased CPU cores for better performance (4 cores for VM 500, 8 cores for VM 600, and 6 cores for VM 700).