ruanwenjun commented on code in PR #13948: URL: https://github.com/apache/dolphinscheduler/pull/13948#discussion_r1176675286
########## dolphinscheduler-standalone-server/src/main/resources/application.yaml: ########## @@ -143,7 +143,7 @@ master: # master max cpuload avg percentage, only higher than the system cpu load average, master server can schedule. default value 1: will use 100% cpu max-cpu-load-avg: 1 # master reserved memory, only lower than system available memory, master server can schedule. default value 0.3, only the available memory is higher than 30%, master server can schedule. - reserved-memory: 0.3 + reserved-memory: 0.01 Review Comment: OK, I change this to 0.1 and change the comment, since in standalone the reserved memory is very small. -- 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]
