mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
552d1df901
commit
9879aa0382
2 changed files with 76 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue