Leon's Blog Trouble is my friend.

Jvm Memory Management

These days I meet some problems about the GC mechanism in JVM, and I found some good articles to learn the detail of JVM management.

Java memory management white paper http://www.oracle.com/technetwork/java/javase/memorymanagement-whitepaper-150215.pdf

Optimzie GC https://engineering.linkedin.com/garbage-collection/garbage-collection-optimization-high-throughput-and-low-latency-java-applications

Understanding G1 garbage collector http://www.oracle.com/technetwork/tutorials/tutorials-1876574.html

Full GC vs Major GC vs minor GC https://plumbr.io/blog/garbage-collection/minor-gc-vs-major-gc-vs-full-gc


blog comments powered by Disqus