fix flaky e2e test
This commit is contained in:
parent
a41d96ff06
commit
98362272e8
|
|
@ -211,7 +211,7 @@ worker:
|
|||
server-load-protection:
|
||||
enabled: true
|
||||
# Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, worker server can be dispatched tasks.
|
||||
max-system-cpu-usage-percentage-thresholds: 0.9
|
||||
max-system-cpu-usage-percentage-thresholds: 1
|
||||
# Worker max jvm cpu usage, when the worker's jvm cpu usage is smaller then this value, worker server can be dispatched tasks.
|
||||
max-jvm-cpu-usage-percentage-thresholds: 0.9
|
||||
# Worker max System memory usage , when the worker's system memory usage is smaller then this value, worker server can be dispatched tasks.
|
||||
|
|
|
|||
Loading…
Reference in New Issue