jvm内存调优的一些记录 java内存调优的方法和过程 可以使用 jmap -heap pid号 查看,例如pid是9300,执行的结果可能是这样的. root@ubuntu:~# jmap -heap 9300 Attaching to process ID 9300, please wait... Debugger attached successfully. Server compiler detected. JVM version is 25.171-b11 using thread-l…