« Return to Thread: java.lang.OutOfMemoryError: PermGen space

Re: java.lang.OutOfMemoryError: PermGen space

by William Bonnet :: Rate this Message:

Reply to Author | View in Thread

Hi

> I have many memory consuming apps on my tomcat server. I a lot pdf & excel
> generation. So every other week I get this error
>
>
>
>  java.lang.OutOfMemoryError: PermGen space

Try to add more space for PermGen using

-XX:MaxPermSize=256m

I think default is 64 megs

Kind regards,

--
William Bonnet

SunWizard - Le site francais dédié aux amateurs de stations Unix
http://www.sunwizard.net

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: java.lang.OutOfMemoryError: PermGen space