Class loader memory leak debugging tutorial for IBM VM ~ Java EE Support Patterns
Java class loader memory leak can be quite hard to identify. The first challenge is to determine that you are really facing a class loader leak vs. other Java Heap related memory problems. Getting OutOfMemoryError from your log is often the first symptom;
javaeesupportpatterns.blogspot |