mirror of
https://git.proxmox.com/git/qemu-defaults
synced 2025-10-04 05:02:26 +00:00
31 lines
475 B
INI
31 lines
475 B
INI
|
|
# default for all VMs
|
|
qm:
|
|
memory 1024
|
|
cores 1
|
|
|
|
# default for all VMs with ostype win7
|
|
qm::win7
|
|
memory 8192
|
|
|
|
# default for VMs inside pool1
|
|
qm:pool1
|
|
memory 2048
|
|
cores 2
|
|
|
|
# default for all VMs with ostype win7
|
|
qm::win7 @group1
|
|
memory 8192
|
|
|
|
# default for all storages
|
|
storage:
|
|
# iothrottle mbps=5
|
|
|
|
# defaults for storage local
|
|
storage::local
|
|
# iothrottle mbps=10
|
|
|
|
# defaults for storage local when use for VM inside pool1
|
|
storage:pool1:local @group2
|
|
# iothrottle mbps=20
|