1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
| {Heap before GC invocations=1 (full 0): PSYoungGen total 2560K, used 2048K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 100% used [0x00000000ffd00000,0x00000000fff00000,0x00000000fff00000) from space 512K, 0% used [0x00000000fff80000,0x00000000fff80000,0x0000000100000000) to space 512K, 0% used [0x00000000fff00000,0x00000000fff00000,0x00000000fff80000) ParOldGen total 7168K, used 0K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 0% used [0x00000000ff600000,0x00000000ff600000,0x00000000ffd00000) Metaspace used 2754K, capacity 4480K, committed 4480K, reserved 1056768K class space used 296K, capacity 384K, committed 384K, reserved 1048576K Heap after GC invocations=1 (full 0): PSYoungGen total 2560K, used 488K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 0% used [0x00000000ffd00000,0x00000000ffd00000,0x00000000fff00000) from space 512K, 95% used [0x00000000fff00000,0x00000000fff7a020,0x00000000fff80000) to space 512K, 0% used [0x00000000fff80000,0x00000000fff80000,0x0000000100000000) ParOldGen total 7168K, used 530K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 7% used [0x00000000ff600000,0x00000000ff684ac0,0x00000000ffd00000) Metaspace used 2754K, capacity 4480K, committed 4480K, reserved 1056768K class space used 296K, capacity 384K, committed 384K, reserved 1048576K } {Heap before GC invocations=2 (full 0): PSYoungGen total 2560K, used 2536K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 100% used [0x00000000ffd00000,0x00000000fff00000,0x00000000fff00000) from space 512K, 95% used [0x00000000fff00000,0x00000000fff7a020,0x00000000fff80000) to space 512K, 0% used [0x00000000fff80000,0x00000000fff80000,0x0000000100000000) ParOldGen total 7168K, used 530K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 7% used [0x00000000ff600000,0x00000000ff684ac0,0x00000000ffd00000) Metaspace used 2969K, capacity 4490K, committed 4864K, reserved 1056768K class space used 319K, capacity 386K, committed 512K, reserved 1048576K Heap after GC invocations=2 (full 0): PSYoungGen total 2560K, used 504K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 0% used [0x00000000ffd00000,0x00000000ffd00000,0x00000000fff00000) from space 512K, 98% used [0x00000000fff80000,0x00000000ffffe010,0x0000000100000000) to space 512K, 0% used [0x00000000fff00000,0x00000000fff00000,0x00000000fff80000) ParOldGen total 7168K, used 581K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 8% used [0x00000000ff600000,0x00000000ff691670,0x00000000ffd00000) Metaspace used 2969K, capacity 4490K, committed 4864K, reserved 1056768K class space used 319K, capacity 386K, committed 512K, reserved 1048576K } ... {Heap before GC invocations=38 (full 0): PSYoungGen total 2560K, used 2080K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 100% used [0x00000000ffd00000,0x00000000fff00000,0x00000000fff00000) from space 512K, 6% used [0x00000000fff00000,0x00000000fff08000,0x00000000fff80000) to space 512K, 0% used [0x00000000fff80000,0x00000000fff80000,0x0000000100000000) ParOldGen total 7168K, used 1212K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 16% used [0x00000000ff600000,0x00000000ff72f050,0x00000000ffd00000) Metaspace used 3236K, capacity 4494K, committed 4864K, reserved 1056768K class space used 351K, capacity 386K, committed 512K, reserved 1048576K Heap after GC invocations=38 (full 0): PSYoungGen total 2560K, used 32K [0x00000000ffd00000, 0x0000000100000000, 0x0000000100000000) eden space 2048K, 0% used [0x00000000ffd00000,0x00000000ffd00000,0x00000000fff00000) from space 512K, 6% used [0x00000000fff80000,0x00000000fff88000,0x0000000100000000) to space 512K, 0% used [0x00000000fff00000,0x00000000fff00000,0x00000000fff80000) ParOldGen total 7168K, used 1212K [0x00000000ff600000, 0x00000000ffd00000, 0x00000000ffd00000) object space 7168K, 16% used [0x00000000ff600000,0x00000000ff72f050,0x00000000ffd00000) Metaspace used 3236K, capacity 4494K, committed 4864K, reserved 1056768K class space used 351K, capacity 386K, committed 512K, reserved 1048576K }
|