News

For a Java process, there are several memory pools or spaces - Java heap, Metaspace, PermGen (in versions prior to Java 8) and native heap. Each of these memory pools might encounter its own set ...
Community driven content discussing all aspects of software development from DevOps to design patterns. I don’t know anyone who likes investigating a Java heap dump. They can be massive — literally ...
Because Java uses automatic garbage collection, developers think Java programs are free from possible memory leaks. Although automatic garbage collection solves the main cause of memory leaks ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There aren’t any magical tools that will fix an ...
For the Azure cloud, jaz takes over the configuration of the heap size and the garbage strategy, among other things. The tool uses AppsCDS and, in the future, Project Leyden for optimization.