Created
November 7, 2022 13:50
-
-
Save OMGZui/1eb79acdd4701d1713583c14e983fb65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ java -Xlog:gc*=debug -version | |
[0.024s][debug][gc,heap] Minimum heap 8388608 | |
[0.024s][info ][gc ] Using G1 | |
[0.024s][debug][gc,heap,coops] Heap address: 0x0000000707400000 | |
[0.024s][debug][gc ] ConcGCThreads: 3 offset 22 | |
[0.024s][debug][gc ] ParallelGCThreads: 10 | |
[0.024s][debug][gc ] Initialize mark stack with 4096 chunks | |
[0.024s][debug][gc,ergo,heap ] Expand the heap. requested expansion amount: | |
[0.025s][debug][gc,heap,region] Activate regions [0, 125)[0.025s][debug][gc,ihop ] Target occupancy update: old: 0B, new: 262144000B | |
[0.025s][debug][gc,ergo,refine] Initial Refinement Zones: green: 2560 | |
[0.026s][debug][gc,task ] G1 Service Thread | |
[0.026s][debug][gc,task ] G1 Service Thread (Periodic GC Task) (register) | |
[0.026s][info ][gc,init ] Version: 17.0.3+7 (release) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment