We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41d96f commit 9836227Copy full SHA for 9836227
dolphinscheduler-standalone-server/src/main/resources/application.yaml
@@ -211,7 +211,7 @@ worker:
211
server-load-protection:
212
enabled: true
213
# 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
+ max-system-cpu-usage-percentage-thresholds: 1
215
# Worker max jvm cpu usage, when the worker's jvm cpu usage is smaller then this value, worker server can be dispatched tasks.
216
max-jvm-cpu-usage-percentage-thresholds: 0.9
217
# 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