Re: memory problems / time outs

2010-04-19 Thread Pid
> What is the quickest way to find out? jmap -heap p > > Van: Pid [...@pidster.com] > Verzonden: maandag 19 april 2010 15:33 > Aan: Woude, Alexander van der > Onderwerp: Re: memory problems / time outs > > On 19/04/2010 14:05,

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
Onderwerp: Re: memory problems / time outs On 19/04/2010 13:24, Woude, Alexander van der wrote: > Thanks for the suggestions this far. > I had an oversight with the tomcat monitoring, didnt notice it on the site. > > I will try that just as the suggestions about JStack etc. > > why 2

Re: memory problems / time outs

2010-04-19 Thread Pid
> Verzonden: maandag 19 april 2010 14:16 > Aan: Tomcat Users List > Onderwerp: Re: memory problems / time outs > > 2010/4/19 Woude, Alexander van der > >> Sorry a small correction. The client times out, because the tomcat gives a >> Heap Space memory error.

Re: memory problems / time outs

2010-04-19 Thread Harry Metske
I was wrong? > > Thanks > Alex > > Van: Harry Metske [harry.met...@gmail.com] > Verzonden: maandag 19 april 2010 14:16 > Aan: Tomcat Users List > Onderwerp: Re: memory problems / time outs > > 2010/4/19 Woude, Alexander van der

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
Alex Van: Harry Metske [harry.met...@gmail.com] Verzonden: maandag 19 april 2010 14:16 Aan: Tomcat Users List Onderwerp: Re: memory problems / time outs 2010/4/19 Woude, Alexander van der > Sorry a small correction. The client times out, because

Re: memory problems / time outs

2010-04-19 Thread Harry Metske
2010/4/19 Woude, Alexander van der > Sorry a small correction. The client times out, because the tomcat gives a > Heap Space memory error. > > config in startup.sh : > > export JAVA_OPTS="-Xms128m -Xmx512m" > export CATALINA_OPTS="-Xms512m -XX:MaxPermSize=512m" > > My apps are 7 war, that each c

Re: memory problems / time outs

2010-04-19 Thread Pid
On 19/04/2010 12:54, Woude, Alexander van der wrote: > Sorry a small correction. The client times out, because the tomcat gives a > Heap Space memory error. > > config in startup.sh : > > export JAVA_OPTS="-Xms128m -Xmx512m" > export CATALINA_OPTS="-Xms512m -XX:MaxPermSize=512m" You're setting

Re: memory problems / time outs

2010-04-19 Thread Pid
On 19/04/2010 12:49, Woude, Alexander van der wrote: > Hello All > > For a client I developed a few Data webservices. In total there are 7 > services. > All are CXF based webservices that use hibernate. > > I keep having memory problems, so I increased both JAVA_OPTS as CATALINA_OPTS. > Now I ge

RE: memory problems / time outs

2010-04-19 Thread Woude, Alexander van der
Sorry a small correction. The client times out, because the tomcat gives a Heap Space memory error. config in startup.sh : export JAVA_OPTS="-Xms128m -Xmx512m" export CATALINA_OPTS="-Xms512m -XX:MaxPermSize=512m" My apps are 7 war, that each contain its own deps. Size of 1 war is 14 MB How do