Crash course to Java JVM memory issues to sysadmins
Are you a sysadmin who is new to Java? Then you might find this post to be helpful. Java has its own memory management system with garbage collection which is most of the time really nice, but you need to know some details how it works so you can admin your JVM instances effectively.