Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread abhishek jain
On Fri, Jul 9, 2010 at 6:10 PM, Brian Thompson elephant...@gmail.comwrote: Oh, I misunderstood. I thought you were seeing this during development, not when running the app on a remote server. In this case, you will need to update the Catalina startup script. These pages have more info:

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread Lukasz Lenart
2010/9/15 abhishek jain abhishek.netj...@gmail.com: I have the following in my bin/catalina.sh JAVA_OPTS=$JAVA_OPTS -server -Xms512M -Xmx1024M -XX:MaxPermSize=1024M -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager I think, you must lower the numbers, it's giving 2,5G in totla

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-13 Thread RogerV
abhishek jain-11 wrote: Hi friends, I need urgent help, i have developed an application but when i run that on server i get the following error, I am using Tomcat 5.5 and Struts 1.1 , i develpoed application using Myeclipse, do i need to optimize application by removing some libraries

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-12 Thread abhishek jain
: OutOfMemoryError: PermGen space Dont know why? -XX:PermSize=64M -XX:MaxPermSize=128M, these parameters define PermGenSpace, this is where all class files are loaded. Check out your Heap memory size. The PermGenSpace should be 1/4th of your allocated Heap memory. Best Regards

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-12 Thread Philipp Leusmann
responsabilité pour le contenu fourni. From: vikram.g.by...@accenture.com To: user@struts.apache.org Date: Fri, 9 Jul 2010 13:21:03 +0530 Subject: RE: OutOfMemoryError: PermGen space Dont know why? -XX:PermSize=64M -XX:MaxPermSize=128M, these parameters define PermGenSpace, this is where all class

RE: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-10 Thread Martin Gainty
. From: vikram.g.by...@accenture.com To: user@struts.apache.org Date: Fri, 9 Jul 2010 13:21:03 +0530 Subject: RE: OutOfMemoryError: PermGen space Dont know why? -XX:PermSize=64M -XX:MaxPermSize=128M, these parameters define PermGenSpace, this is where all class files are loaded. Check

OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread abhishek jain
Hi friends, I need urgent help, i have developed an application but when i run that on server i get the following error, I am using Tomcat 5.5 and Struts 1.1 , i develpoed application using Myeclipse, do i need to optimize application by removing some libraries before deploying or so. Pl. help

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread Lukasz Lenart
Try to build just a war file and deploy it without MyEclipse help. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl - To unsubscribe, e-mail:

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread Brian Thompson
You could also adjust your eclipse.ini to give more memory to the JVM: -XX:PermSize=64M -XX:MaxPermSize=128M Add it to the --vmargs section of the file. -Brian - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread abhishek jain
On Fri, Jul 9, 2010 at 1:13 PM, Brian Thompson elephant...@gmail.comwrote: You could also adjust your eclipse.ini to give more memory to the JVM: -XX:PermSize=64M -XX:MaxPermSize=128M Add it to the --vmargs section of the file. -Brian thanks Brian, Where will i find eclipse.ini file, i

RE: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread vikram.g.byali
[mailto:elephant...@gmail.com] Sent: Friday, July 09, 2010 1:14 PM To: Struts Users Mailing List Subject: Re: OutOfMemoryError: PermGen space Dont know why? You could also adjust your eclipse.ini to give more memory to the JVM: -XX:PermSize=64M -XX:MaxPermSize=128M Add it to the --vmargs

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread Brian Thompson
Oh, I misunderstood. I thought you were seeing this during development, not when running the app on a remote server. In this case, you will need to update the Catalina startup script. These pages have more info: http://www.gria.org/documentation/5.2/faq/tomcat-outofmemory-error-permgen-space