Java Out of Heap Issue

2009-11-16 Thread kulbir Saini
Hi, I have a Apache-tomcat environment serving simple .jsp's. Issue - After few days of application been up, we see Java heap out of memory error. Steps taken: The Tomcat was configured to run with default heap size. Seeing Java Heap memory issue, i increased it and the setevn.sh file looks lik

Re: Tuning worker MPM

2009-03-11 Thread kulbir Saini
hmm, np.. thanks On Tue, Mar 10, 2009 at 10:17 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: kulbir Saini [mailto:kulbir.sai...@gmail.com] > > Subject: Re: Tuning worker MPM > > > > Firstly, let me convey my sorry been using this e-mail

Re: Tuning worker MPM

2009-03-10 Thread kulbir Saini
arnier > Sent: Sunday, March 08, 2009 11:45 AM > To: Tomcat Users List > Subject: Re: Tuning worker MPM > > kulbir Saini wrote: > [...] > > You have just bought a Ford car, and you are calling the General Motors > distributor about a problem with it. Even assuming ther

Re: Tuning worker MPM

2009-03-09 Thread kulbir Saini
i already got that update.. kulbir On Sun, Mar 8, 2009 at 1:39 PM, André Warnier wrote: > kulbir Saini wrote: > [...] > > You have just bought a Ford car, and you are calling the General Motors > distributor about a problem with it. Even assuming there's still > someo

Re: Tuning worker MPM

2009-03-07 Thread kulbir Saini
httpd -l output is Compiled in modules: core.c worker.c http_core.c mod_so.c We are in worker mode. Thanks Kulbir On Sat, Mar 7, 2009 at 11:55 AM, Martin Gainty wrote: > > quoting the httpd doc > "Prefork and worker are mutually exclusive modules. How did you compile > Apache? "

Tuning worker MPM

2009-03-07 Thread kulbir Saini
Hi, we have a web server with two apache instances running on that. Experiencing high load on server and the "top" shows httpd's taking CPU. The httpd.conf worker setting is - #ServerLimit 25 StartServers 2 MaxClients 300 MinSpareThreads 75 MaxSpareThreads250 Thre