mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
setting max_mem_size for db-qa02.qa as 2*mem_size
This commit is contained in:
@@ -40,6 +40,7 @@ mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 8192
|
||||
max_mem_size: "{{ mem_size * 2 }}"
|
||||
num_cpus: 2
|
||||
tcp_ports: [ 5432, 443, 3306 ]
|
||||
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
|
||||
|
||||
Reference in New Issue
Block a user