I'm trying to show the higher ups that our codebase is not using objects correctly. We're making copies of immutable objects all over the place and its driving me mad. However, I have no 'proof' (i.e.
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 ...
Running a commercial app set to -Xmx2048M on Sol 10 (sun4v sparc) with 64G of physical RAM. Is it possible to bump up the java heap space even further?