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

posted on 2018-04-14 15:09  dhj  阅读(232)  评论(0编辑  收藏  举报

导航