Re: help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna_Maddireddy
Hi, I don't have any idea about the Linux environment. But, I got a OutOfMemoryError due to permgen space on windows/Tomcat5.0.30 environment and this is what I have done. set CATALINA_OPTS in catalina.bat if Tomcat is started using startup.bat set CATALINA_OPTS=-Xms128m -Xmx512m

RE: FW: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days

2006-01-19 Thread Aparna_Maddireddy
Hi Monica, For the past few days I was working on PermGen/Heap space issues. Last night I cold fix this problem after a very long research. I was getting OutOfMemoryError due to PermGen space. I have set -XX:MaxPermGen parameter in my service.bat. Here is the code sample : %EXECUTABLE%

Re: Latest stable version of Tomcat

2006-01-18 Thread Aparna_Maddireddy
Thank you for the reply. Do anyone know how to set PermGen space ? Thank you, Aparna [EMAIL PROTECTED] 01/18/2006 08:27 AM Please respond to Tomcat Users List users@tomcat.apache.org To users@tomcat.apache.org cc Subject Re: Latest stable version of Tomcat 5.5.12 Hi,

RE: Do anyone know how to set PermGen space ? [was RE: Latest stable version of Tomcat]

2006-01-18 Thread Aparna_Maddireddy
I tried with -XX:MaxPermSize=128m too. but, its not working. any other suggestions ?? Thank you, Aparna Tim Lucia [EMAIL PROTECTED] 01/18/2006 12:26 PM Please respond to Tomcat Users List users@tomcat.apache.org To 'Tomcat Users List' users@tomcat.apache.org cc Subject RE: Do anyone know

Re: [OT] 64Bit Java doesn't honour Xmx,Xms settings?

2006-01-17 Thread Aparna_Maddireddy
Hi, Did you check if the new parameter (Xms, Xmx)values are registered for your service ? (I am not sure how it works on Linux ). Here is a similar issue but on Windows platform. I am working with 64 bit java on Windows 2003 and 64-bit AMD Opteron processor with 16 GB RAM. I am getting OOME