凡是过去,皆是序幕。Read the fucking manual and source code.
Tomcat奔溃,日志里面看到java.lang.OutOfMemoryError: Java heap space:
在Tomcat的catalina.sh 加上参数: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./oom.out 把内存溢出时的 heap 给 dump 到文件进行调查: