openqa/worker: bump load average threshold for big worker hosts
This is a new feature in openQA that prevents worker hosts picking up new jobs if their load average is above a certain threshold. It defaults to 40. Our big worker hosts tend to run above this, so let's bump it on those. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
47a8e70b7f
commit
2dbf99e280
8 changed files with 25 additions and 7 deletions
|
@ -61,6 +61,7 @@ openqa_rngd: true
|
|||
openqa_tap_iface: eno1
|
||||
# xeon e5-2683v4, 32 physical CPUs
|
||||
openqa_workers: 30
|
||||
openqa_critical_threshold: 50
|
||||
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