We encountered the dreaded java.lang.OutOfMemoryError: PermGen space error What does it means - Permgen Space is the space where the class files are all loaded for the first time and there after they are loaded or referenced from there. This error means there is a hell lot of duplicate classes being loaded and not all are being unloaded. [...]






January 31, 2010
3 Comments