<Feb 26, 2013 2:47:13 PM MET> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListe ner failed: java.lang.OutOfMemoryError: PermGen space.
java.lang.OutOfMemoryError: PermGen space
after auto-deploying the war in weblogic 10.3 server. Any thought why this happened? Very simple application...
Can I investigate the reason why this happened?
This is how the server is configured
JAVA_MEMORY : -Xms512m -Xmx512m -XX:PermSize=192m -XX:MaxPermSize=192m -XX:+UseParallelGC -XX:ParallelGCThreads=4 -XX:+UseParallelOldGC -XX:LargePageSizeInBytes=4m -XX:-BindGCTaskThreadsToCPUs
similar topic:
http://forum.springsource.org/showth...rmGen-space%29
Is there any way to prevent this?


Reply With Quote
