File tree Expand file tree Collapse file tree
dolphinscheduler-standalone-server/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ master:
161161 # master heartbeat interval
162162 max-heartbeat-interval : 10s
163163 server-load-protection :
164- enabled : false
164+ enabled : true
165165 # Master max system cpu usage, when the master's system cpu usage is smaller then this value, master server can execute workflow.
166166 max-system-cpu-usage-percentage-thresholds : 0.8
167167 # Master max jvm cpu usage, when the master's jvm cpu usage is smaller then this value, master server can execute workflow.
@@ -197,7 +197,7 @@ worker:
197197 # worker group name. If it is not set, the default value is default.
198198 group : default
199199 server-load-protection :
200- enabled : false
200+ enabled : true
201201 # Worker max system cpu usage, when the worker's system cpu usage is smaller then this value, worker server can be dispatched tasks.
202202 max-system-cpu-usage-percentage-thresholds : 0.8
203203 # Worker max jvm cpu usage, when the worker's jvm cpu usage is smaller then this value, worker server can be dispatched tasks.
You can’t perform that action at this time.
0 commit comments