[xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ducret, Gilles (CH)
Hello everybody, Since I have installed xwiki on my Tomcat5 server I have OutOfMemory problems. These are related to the PermGen space, not the heap space. I have read several topics about that with xwiki but with no answers. If I remove xwiki from the server the problem disappear. This server

Re: [xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ludovic Dubost
Hi Gilles, Here is a typical command line you can add to your java command line -XX:MaxPermSize=128m -Xms100m -Xmx512m This can be done by updating this environment variable in the startup scripts CATALINA_OPTS=-server -XX:MaxPermSize=128m -Xms100m -Xmx512m -Dfile.encoding=iso-8859-1

Re: [xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ducret, Gilles (CH)
Bel-Air * P.O. Box 5145 * CH-1211 Geneva 1* Switzerland Tel: +41 (0)22 307 32 29 Fax: +41 (0)22 307 30 43 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ludovic Dubost Sent: Wednesday, November 19, 2008 2:20 PM To: XWiki Users Subject: Re: [xwiki-users