Relative Content

Tag Archive for javagarbage-collection

Questions about Hotspot FullGC

I used System. gc(), which undoubtedly triggered FullGC.
Why does triggering FullGC cause objects in eden to move to old gen?.
I think only YGC would move objects to old gen.

Java process consumes too much memory

I have a Java process that needs to enlarge heap memory. To test how much I need to add I set the limit to a maximum of OS (128 GB) and let the process run while I analyze it with tools like VisualVM, jstatd, and all others.

Java process consumes too much memory

I have a Java process that needs to enlarge heap memory. To test how much I need to add I set the limit to a maximum of OS (128 GB) and let the process run while I analyze it with tools like VisualVM, jstatd, and all others.

CPU Usage increases caused by G1 GC

after about 10m after staring my application the CPU increases to ~20%.
Here are the Garbage Collector stats. What I can see is that the CPU usage increases when at that point when the YGC increases way faster than before. It starts at Timestamp 706.3

CPU Usage increases caused by GC1

after about 10m after staring my application the CPU increases to ~20%.
Here are the Garbage Collector stats. What I can see is that the CPU usage increases when at that point when the YGC increases way faster than before. It starts at Timestamp 706.3