Cut openqa-x86-worker03 down to 20 workers
It seems to be struggling with memory exhaustion ATM, and I think it's causing tests to run slower. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
98476fcfbf
commit
292f348bdd
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ nrpe_procs_warn: 1400
|
|||
# Has a hardware RNG
|
||||
openqa_rngd: true
|
||||
# this machines has 48 CPUs, 22 is our "just under half the number of
|
||||
# CPUs" rule-of-thumb
|
||||
openqa_workers: 22
|
||||
# CPUs" rule-of-thumb, but it seems to be running out of memory so
|
||||
# cut to 20
|
||||
openqa_workers: 20
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
# firewall ports for server->worker websockets connections
|
||||
# this port is 'QEMUPORT plus 1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue