导出内存方法:
第一步:
ps -ef | grep tomcat
查看tomcat进程ip(上图)
第二步:
cd /home/chnsys/rcs/jdk1.6/bin
第三步:
./jmap -dump:format=b,file=/home/chnsys/heap.bin 进程ip