PermGen Out of Memory reasons
I constantly detect OOM in PermGen for my environment: java 6 jboss-4.2.3 Not a big web-application I know about String.intern() problem - but I don't have enough valuable usage of it. Increasing of MaxPermGen size didn't take a force (from 128 Mb to 256 Mb). What other reasons could invoke OOM for PermGen? What scenario of investigation is the best in such situation (strategy, tools and etc.)? Thanks for any help See this note Put JDBC driver in common/lib (as tomcat documentation says) and not in WEB-INF/lib Don't put commons-logging into WEB-INF/lib since tomcat already bootstraps it new