java启动的一些参数
Posted 小樽的雨后
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java启动的一些参数相关的知识,希望对你有一定的参考价值。
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
关于GC的:
JAVA_OPTS="-server -Xms3000m -Xmx6000m -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/www/dump/api-oom.hprof -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:/www/dump/api-gc.log"
需要打开jconsole监控
-Dcom.sun.management.jmxremote.port=8999 \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false
以上是关于java启动的一些参数的主要内容,如果未能解决你的问题,请参考以下文章