原创 2017年01月04日 14:32:37

tomcat/bin catalina.sh

 

JAVA_OPTS='-server -Xms4g -Xmx4g -Xss256k -XX:PermSize=512m -XX:MaxPermSize=1024m -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:$CATALINA_BASE/logs/gc.log -XX:OnOutOfMemoryError="kill -9 %p" -XX:+UseG1GC -XX:MaxGCPauseMillis=500 -XX:InitiatingHeapOccupancyPercent=70'

 

相关文章:

  • 2021-11-27
  • 2021-08-04
  • 2021-12-04
  • 2022-01-16
  • 2022-01-29
猜你喜欢
  • 2021-05-18
  • 2021-07-26
  • 2022-12-23
  • 2021-07-15
  • 2021-12-23
  • 2022-12-23
  • 2021-08-04
相关资源
相似解决方案