Tag Archives: Memory

Debugging Java Heap Space Errors

Memory leaks are a pain. If you’re like me, the first thing you did when your application threw a “Java Heap Space Error” exception, was to increase your java virtual machine’s heap space parameters. There are a number of reasons … Continue reading

Posted in Java, Programming, Uncategorized | Tagged , , | Leave a comment