diff options
author | Tim Flink <tflink@fedoraproject.org> | 2017-04-25 15:12:53 +0000 |
---|---|---|
committer | Tim Flink <tflink@fedoraproject.org> | 2017-04-25 15:13:00 +0000 |
commit | e3d2fe20d02cdb0092ba1792488db0451332d69b (patch) | |
tree | 3c8654974fe5a1cc67d822d52a45fb89316708b8 | |
parent | 42fbdffc1e65d24a372dde091f51cadf87f81148 (diff) | |
download | ansible-e3d2fe20d02cdb0092ba1792488db0451332d69b.tar.gz ansible-e3d2fe20d02cdb0092ba1792488db0451332d69b.tar.xz ansible-e3d2fe20d02cdb0092ba1792488db0451332d69b.zip |
decreasing memory for db-qa02.qa
-rw-r--r-- | inventory/host_vars/db-qa02.qa.fedoraproject.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/db-qa02.qa.fedoraproject.org b/inventory/host_vars/db-qa02.qa.fedoraproject.org index 1a6b5eda4..1134384ab 100644 --- a/inventory/host_vars/db-qa02.qa.fedoraproject.org +++ b/inventory/host_vars/db-qa02.qa.fedoraproject.org @@ -39,7 +39,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: 16384 +mem_size: 8192 num_cpus: 2 tcp_ports: [ 5432, 443, 3306 ] fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran |