In this article, we have attempted to answer most common questions around System.gc() API call. We hope it may be of help.
Continue reading “All you need to know about System.gc()”UseStringDeduplication – pros and cons
Let me start this article with an interesting statistic (based on the research conducted by the JDK development team): Continue reading “UseStringDeduplication”
Not all stories need to be success stories. Reality is also not like that. We would like to share a true, disappointing story (but a phenomenal learning experience) that may be beneficial to you.
Continue reading “DISAPPOINTING STORY ON MEMORY OPTIMIZATION”When System.gc() or Runtime.getRuntime().gc() method calls are invoked it causes stop-the-world Full GCs. During stop-the-world full GCs Continue reading “System.gc()”
Garbage Collection logs are essential artifacts to optimize application’s performance and trouble shoot memory problems. Continue reading “ROTATING GC LOG FILES”