Java Heap space is used by java runtime to allocate memory to Objects and JRE classes. Whenever we create any object, it’s always created in the Heap space. Garbage Collection runs on the heap memory ...
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 ...