You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we can optimize the startup script, when user are running Nacos in standalone mode(means in personal study or testing environment) we can adjust the GC policy to the JVM default policy and set a smaller heap size and
but for production mode(cluster mode), we can recommend a GC policy to get a low latency and GC time spend
Description
the default start JVM heap size 2g is too large for personal testing purpose.
JAVA_OPT="${JAVA_OPT} -server -Xms2g -Xmx2g -Xmn1g -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=320m"
The text was updated successfully, but these errors were encountered: