Skip to content

Commit 9836227

Browse files
committed
fix flaky e2e test
1 parent a41d96f commit 9836227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dolphinscheduler-standalone-server/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ worker:
211211
server-load-protection:
212212
enabled: true
213213
# Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, worker server can be dispatched tasks.
214-
max-system-cpu-usage-percentage-thresholds: 0.9
214+
max-system-cpu-usage-percentage-thresholds: 1
215215
# Worker max jvm cpu usage, when the worker's jvm cpu usage is smaller then this value, worker server can be dispatched tasks.
216216
max-jvm-cpu-usage-percentage-thresholds: 0.9
217217
# Worker max System memory usage , when the worker's system memory usage is smaller then this value, worker server can be dispatched tasks.

0 commit comments

Comments
 (0)