taojintianxia commented on issue #12988: URL: https://github.com/apache/shardingsphere/issues/12988#issuecomment-939891643
hi , @yidazhi there is a start.sh in shardingsphere proxy/bin . try to modify that shell file. `JAVA_MEM_OPTS=" -server -Xmx2g -Xms2g -Xmn1g -Xss1m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:LargePageSizeInBytes=128m -XX:+UseFastAccessorMethods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 " ` just modify the config here and then save the startup.sh ( if you in windows , it's start.bat) -- 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]
