MNAIO: Increase default infra_vm_server_ram to 16384
The current default of 8GB simply does not work for a default deployment of Rocky/Stein without doing a severe amount of worker tuning. While we do some work to improve the default number of workers, we should rather increase the default value for these VM's. Change-Id: Ic31bd9145e7feb67fa5eacc602c6152ecde1a47c
This commit is contained in:
parent
4868c22190
commit
7b893c3775
@ -17,7 +17,7 @@ ansible_os_family: "{{ images[default_vm_image]['image_type'] }}"
|
||||
|
||||
server_domain_name: 'openstack.local' # str - required, domain name of server
|
||||
server_vm: true # bool - not required, used to specify a host is to become a VM
|
||||
server_vm_ram: '{{ infra_vm_server_ram | default(8192) }}' # int - not required, used to specify ram when provisioning a VM
|
||||
server_vm_ram: '{{ infra_vm_server_ram | default(16384) }}' # int - not required, used to specify ram when provisioning a VM
|
||||
server_vm_vcpus: '{{ infra_vm_server_vcpus | default(4) }}' # int - not required, used to specify vcpus when provisioning a VM
|
||||
server_vm_primary_network: 'dhcp' # str - not required, primary network used to kick the VM
|
||||
server_image: "{{ default_vm_image }}" # str - required, image name
|
||||
|
Loading…
Reference in New Issue
Block a user