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:
Adam Williamson 2023-01-21 08:56:35 -08:00
parent 98476fcfbf
commit 292f348bdd

View file

@ -59,8 +59,9 @@ nrpe_procs_warn: 1400
# Has a hardware RNG # Has a hardware RNG
openqa_rngd: true openqa_rngd: true
# this machines has 48 CPUs, 22 is our "just under half the number of # this machines has 48 CPUs, 22 is our "just under half the number of
# CPUs" rule-of-thumb # CPUs" rule-of-thumb, but it seems to be running out of memory so
openqa_workers: 22 # cut to 20
openqa_workers: 20
sudoers: "{{ private }}/files/sudo/qavirt-sudoers" sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
# firewall ports for server->worker websockets connections # firewall ports for server->worker websockets connections
# this port is 'QEMUPORT plus 1' # this port is 'QEMUPORT plus 1'