mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-03 11:05:58 +00:00
update 优化 jvm参数调整 全面启用zgc
This commit is contained in:
@@ -20,4 +20,5 @@ ENTRYPOINT ["java", \
|
||||
"-Dserver.port=${SERVER_PORT}", \
|
||||
# "-Dskywalking.agent.service_name=ruoyi-gateway", \
|
||||
# "-javaagent:/ruoyi/skywalking/agent/skywalking-agent.jar", \
|
||||
"-jar", "app.jar"]
|
||||
"-jar", "app.jar",
|
||||
"-XX:+HeapDumpOnOutOfMemoryError", "-Xlog:gc*,:time,tags,level", "-XX:+UseZGC"]
|
||||
|
Reference in New Issue
Block a user