1 2 3 4 | 0SECTION MEMINFO subcomponent dump routine NULL ================================= 1STHEAPFREE Bytes of Heap Space Free: 416760 1STHEAPALLOC Bytes of Heap Space Allocated: 1344800 |
1 2 3 | 1STGCHTYPE GC History 3STHSTTYPE 09:59:01:632262775 GMT j9mm.80 - J9AllocateObject() returning NULL! 32 bytes requested for object of class 00147F80 |
1 2 3 | 1STGCHTYPE GC History 3STHSTTYPE 09:59:01:632262775 GMT j9mm.83 - Forcing J9AllocateObject() to fail due to excessive GC |
1 2 3 | 1STGCHTYPE GC History 3STHSTTYPE 09:59:01:632262775 GMT j9mm.84 - Forcing J9AllocateIndexableObject() to fail due to excessive GC |
1 | Exception in thread "main" java.lang.OutOfMemoryError: Java heap space |
1 2 3 | PID VSZ RSS 5826 3772 1960 5675 2492 760 |
1 2 3 | PID VSZ,rss=RSS 5826 3772 5674 2488 |
1 | ps -p $PID -o pid,vsz=VSZ,rss=RSS |
1 | ps -p $PID -o pid,vsz,rss |
1 | ./memscript.sh 1234 > ps.out |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |