You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/01 07:12:15 UTC

[GitHub] [incubator-dolphinscheduler] chubbyjiang opened a new issue #1141: [QUESTION] 为何启动Master/Woker/ApiServer等节点时JVM内存需要设置到 -Xmx16g -Xms4g 这么大?请求最小运行内存是多少?

chubbyjiang opened a new issue #1141: [QUESTION] 为何启动Master/Woker/ApiServer等节点时JVM内存需要设置到 -Xmx16g -Xms4g 这么大?请求最小运行内存是多少?
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1141
 
 
   escheduler-daemon.sh脚本内统一的进程启动设置:
   
   ```shell
   export ESCHEDULER_OPTS="-server -Xmx4g -Xms2g -Xss512k -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:LargePageSizeInBytes=128m -XX:+UseFastAccessorMet
   hods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70"
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services