mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
VMware: Add support for resource allocation info (#33990)
This fix adds support for Virtual Machine resource allocation information. This information is related to limit and reserve CPU and Memory of virtual machine. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -46,12 +46,16 @@
|
||||
memory_mb: 512
|
||||
hotadd_memory: true
|
||||
hotadd_cpu: false
|
||||
# vcsim does not support this changes so commenting
|
||||
# vcsim does not support these settings, so commenting
|
||||
# till the time.
|
||||
# memory_reservation: 512
|
||||
# memory_reservation_lock: False
|
||||
# nested_virt: True
|
||||
# hotremove_cpu: True
|
||||
# mem_limit: 8096
|
||||
# mem_reservation: 4096
|
||||
# cpu_limit: 8096
|
||||
# cpu_reservation: 4096
|
||||
max_connections: 10
|
||||
disk:
|
||||
- size: 0gb
|
||||
|
||||
Reference in New Issue
Block a user