Re: outOfMemory exception under high load

2005-02-08 Thread Oleg
TED]> wrote: > > From: Dale, Matt [mailto:[EMAIL PROTECTED] > > Subject: RE: outOfMemory exception under high load > > > > It could be your permanent generation that is running out of > > space. Get a hold of jvmstat to determine if this is the case. > > Another

RE: outOfMemory exception under high load

2005-02-07 Thread Caldarale, Charles R
> From: Dale, Matt [mailto:[EMAIL PROTECTED] > Subject: RE: outOfMemory exception under high load > > It could be your permanent generation that is running out of > space. Get a hold of jvmstat to determine if this is the case. Another possibility is that you're exceedi

RE: outOfMemory exception under high load

2005-02-07 Thread George Sexton
I would suggest running findbugs: http://findbugs.sourceforge.net/ It has found issues in application code for other people on the list. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Michael Cornell [mailto:[EMAIL PROTECT

RE: outOfMemory exception under high load

2005-02-07 Thread David Wood
Michael Cornell [mailto:[EMAIL PROTECTED] > Sent: 07 February 2005 12:01 > To: Tomcat Users List > Subject: Re: outOfMemory exception under high load > > > Hi, > > RE Matt: > // > I am already running visualgc (jvmstat) on it... the behavior is just > that the heap fil

RE: outOfMemory exception under high load

2005-02-07 Thread Dale, Matt
o the root cause of your problem. Ta Matt -Original Message- From: Michael Cornell [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 12:01 To: Tomcat Users List Subject: Re: outOfMemory exception under high load Hi, RE Matt: // I am already running visualgc (jvmstat) on it... the behavior is

Re: outOfMemory exception under high load

2005-02-07 Thread Michael Cornell
vmstat to determine if this is the case. > >Ta >Matt > >-Original Message- >From: Michael Cornell [mailto:[EMAIL PROTECTED] >Sent: 07 February 2005 11:31 >To: Tomcat Users List >Subject: Re: outOfMemory exception under high load > > > >Sorry, that wa

RE: outOfMemory exception under high load

2005-02-07 Thread Dale, Matt
It could be your permanent generation that is running out of space. Get a hold of jvmstat to determine if this is the case. Ta Matt -Original Message- From: Michael Cornell [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 11:31 To: Tomcat Users List Subject: Re: outOfMemory exception

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
If I remember it correctly Xmn384m defines the next step in increasing the allocated memory. there for if you have 1800m used and the max is at 2g, taking a step of almost 400m may not work. Why are you setting these paremeters : -Xmn384m -XX:SurvivorRatio=7 -XX:PermSize=64m -XX:MaxPermSize=12

Re: outOfMemory exception under high load

2005-02-07 Thread Michael Cornell
Sorry, that was a copy and paste typo :( Its set at 2G (4G for the whole machine) /m reynir wrote: > well, your -Xmx1G set's the limit for memory usage at 1 gig. ? > -server -Xms1G -Xmx1G -Xmn384m -XX:SurvivorRatio=7 -XX:PermSize=64m > -XX:MaxPermSize=128m -Xint > > you might want to set that

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
well, your -Xmx1G set's the limit for memory usage at 1 gig. ? -server -Xms1G -Xmx1G -Xmn384m -XX:SurvivorRatio=7 -XX:PermSize=64m -XX:MaxPermSize=128m -Xint you might want to set that a little higher. Michael Cornell wrote: Not exactly sure but by running vmstat, it look like I am nearing the 2

Re: outOfMemory exception under high load

2005-02-07 Thread Michael Cornell
Not exactly sure but by running vmstat, it look like I am nearing the 2G limit .. maybe about 1.8G consumed.. /m reynir wrote: > how much memory is your process using when it crashes ? > -r > > > Michael Cornell wrote: > >> Hi, >> >> Hi, >> >> I am experiencing a problem many others seem to have

Re: outOfMemory exception under high load

2005-02-07 Thread reynir
how much memory is your process using when it crashes ? -r Michael Cornell wrote: Hi, Hi, I am experiencing a problem many others seem to have had before, but have found no answers. I am running Tomcat 5.0.25 using jdk 1.4.2_06 hotspot vm on RedHat Linux ES with 4G Ram and twin Intel procs. When l