jvisualvm参数配置
Posted 雾火
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jvisualvm参数配置相关的知识,希望对你有一定的参考价值。
1.java 命令启动
nohup java -Dlocalcfg=true -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management .jmxremote.authenticate=false -Djava.rmi.server.hostname=192.168.221.32 -jar ${runPATH} >> $logPath/fbs-online-search.out &
一行不可以有换行符
2.tomcat启动
#!/bin/bash pkill -9 -f $(pwd) sleep 2 export JAVA_OPTS="-Xms4072m -Xmx4072m -XX:MaxPermSize=512m -Xss256k -Djava.rmi.server.hostname=192.168.221.32 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7199 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" ./bin/shutdown.sh sleep 2
正常的run.sh脚本中加入如下
JAVA_OPTS="-Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=192.168.58.164"
以上是关于jvisualvm参数配置的主要内容,如果未能解决你的问题,请参考以下文章