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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Heap dump is a snapshot of the Java memory. It contains information about the Java objects and ...
I have a program that needs to use a lot of memory. (Counts word frequencies in a Wikipedia dump). Well, I gent into project settings and told it that I'll be needing half a gig at least (-Xms512m ...