resultsdb: set vm's to all 16GB memory to avoid leaks
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c4d8c32e19
commit
17c27f3ccb
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ tcp_ports: [ 80, 443, "{{ resultsdb_db_port }}" ]
|
||||||
|
|
||||||
# common items for the releng-* boxes
|
# common items for the releng-* boxes
|
||||||
lvm_size: 50000
|
lvm_size: 50000
|
||||||
mem_size: 4096
|
mem_size: 16384
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
|
@ -24,6 +24,6 @@ vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
lvm_size: 50000
|
lvm_size: 50000
|
||||||
mem_size: 8192
|
mem_size: 16384
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
|
|
|
@ -24,5 +24,5 @@ vmhost: vmhost-x86-05.stg.iad2.fedoraproject.org
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
lvm_size: 50000
|
lvm_size: 50000
|
||||||
mem_size: 8192
|
mem_size: 16384
|
||||||
num_cpus: 4
|
num_cpus: 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue