jbh2507 opened a new issue, #3916:
URL: https://github.com/apache/shenyu/issues/3916

   ### Question
   
   Below is a part of the shell file executed when using shenyu-bootstrap 2.5.0 
docker image. (line 34 of start.sh)
   
   `JAVA_OPTS=" -server -Xmx2g -Xms2g -Xmn1g -Xss512k -XX:+DisableExplicitGC   
-XX:LargePageSizeInBytes=128m"`
   
   I think this should be non-static and should be selectable via environment 
variables.
   
   I'd like to know if this setting is the best setting for most situations or 
if there is a way to set it up separately.
   
   Full file can be found here: 
[start.sh](https://github.com/apache/shenyu/blob/v2.5.0/shenyu-dist/shenyu-bootstrap-dist/src/main/resources/bin/start.sh)


-- 
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