ruanwenjun commented on code in PR #13896:
URL: 
https://github.com/apache/dolphinscheduler/pull/13896#discussion_r1161405922


##########
dolphinscheduler-worker/src/main/resources/application.yaml:
##########
@@ -48,9 +48,9 @@ worker:
   tenant-auto-create: true
   #Scenes to be used for distributed users.For example,users created by 
FreeIpa are stored in LDAP.This parameter only applies to Linux, When this 
parameter is true, worker.tenant.auto.create has no effect and will not 
automatically create tenants.
   tenant-distributed-user: false
-  # worker max cpuload avg, only higher than the system cpu load average, 
worker server can be dispatched tasks. default value -1: the number of cpu 
cores * 2
-  max-cpu-load-avg: -1
-  # worker reserved memory, only lower than system available memory, worker 
server can be dispatched tasks. default value 0.3, the unit is G
+  # worker max cpuload avg, only higher than the system cpu load average, 
worker server can be dispatched tasks. default value 1: will use 100% cpu.
+  max-cpu-load-avg: 1
+  # worker reserved memory, only lower than system available memory, worker 
server can be dispatched tasks. default value 0.3, only the available memory is 
higher than 30%, worker server can receive task.
   reserved-memory: 0.3

Review Comment:
   Thanks, done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to