Select Page

Aha!

We found the main culprit for the memory leak using a sleak and powerful tool that happens to be blazingly fast. The MAT (memory analyzer tool) is an Eclipse RCP that seems to be a reincarnation of SAP’s former heap analysis tool. The tool works wonders and...

Long time no see

Ah, so I’m currently debugging what we think is a memory leak in our java application.  In java, performance issues and memory leaks primarily surface through bad coding habits.  Yes, the garbage collector helps us, but if your trash strinks, then your jvm heap...