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 

you can read more option here, here , here


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -