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