tomcat - Quartz schedular exception java.lang.OutOfMemoryError -
i using quartz schedular.
after time of deployment showing folowing exception
exception in thread "http-bio-8084-exec-3" java.lang.outofmemoryerror: permgen space exception in thread "http-bio-8084-exec-1" java.lang.outofmemoryerror: permgen space
how resolve exception.
try setting maximum size property of jvm while starting jvm
-xx:maxpermsize=128m
Comments
Post a Comment