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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -