Skip to content

Commit 77174aa

Browse files
committed
release 3.3.1
1 parent ea3c7e0 commit 77174aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)