resultsdb: set vm's to all 16GB memory to avoid leaks

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-16 13:38:51 -07:00
parent c4d8c32e19
commit 17c27f3ccb
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
# common items for the releng-* boxes
lvm_size: 50000
mem_size: 4096
mem_size: 16384
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file

View file

@ -24,6 +24,6 @@ vmhost: vmhost-x86-05.iad2.fedoraproject.org
############################################################
lvm_size: 50000
mem_size: 8192
mem_size: 16384
num_cpus: 4
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"

View file

@ -24,5 +24,5 @@ vmhost: vmhost-x86-05.stg.iad2.fedoraproject.org
############################################################
lvm_size: 50000
mem_size: 8192
mem_size: 16384
num_cpus: 4