Re: memory + apache

2001-08-31 Thread Raymond Wiker
Dan writes: > > I will give it a try. > touch /var/account/acct > accton > > how long does it take for anything to get written to that file? > > As far as fork storms, I did noticed 1. I had the junior admin write > a script to restart apache if LA got to high doing a truss on the

Re: memory + apache

2001-08-30 Thread Dan
lt;[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: memory + apache > > > > Yeah that is what I am thinking to. My guess is some large array allocated > > in the php code maybe or a sql query taking to long to finish e

Re: memory + apache

2001-08-30 Thread Karsten W. Rohrbach
Dan([EMAIL PROTECTED])@2001.08.30 09:06:44 +: > > Yeah that is what I am thinking to. My guess is some large array allocated > in the php code maybe or a sql query taking to long to finish eating up > all the ram. That is kind of interesting to know. I would think the configure php with --en

Re: memory + apache

2001-08-30 Thread mark tinguely
> Yeah that is what I am thinking to. My guess is some large array allocated > in the php code maybe or a sql query taking to long to finish eating up > all the ram. That is kind of interesting to know. you said that the CPU usage spikes also at the time of the memory depletion? I wonder if y

Re: memory + apache

2001-08-30 Thread Dan
m: mark tinguely <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: memory + apache > > Once a page gets backed into swap backstore, it will remain until the > application exits. The page may be brought back to physical memory > and be used from phy

Re: memory + apache

2001-08-30 Thread mark tinguely
Once a page gets backed into swap backstore, it will remain until the application exits. The page may be brought back to physical memory and be used from physical memory. It was decided back in the early days that it was not worth the effort to remove the page from backstore until the program exit

Re: memory + apache

2001-08-29 Thread David Scheidt
On Tue, 28 Aug 2001, Dan wrote: : :i am seeing problems where apache is running into swap at times. :When all is said and done...i see alot of available memory from top :and alot still stuck in swap. Restarting apache at that point clears the :swap space right out and memory is used properly agai

Re: memory + apache

2001-08-28 Thread Marco Wertejuk
Hello Dan, have you tried tuning apache's MaxRequestsPerChild Value ? Although it doesn't seem to be a memory leak, tweaking this value causes old apache threads to be closed. Maybe you can try this and report the results. -- Mit freundlichen Gruessen, Marco Wertejuk - mwcis.com Computer/Inte

memory + apache

2001-08-28 Thread Dan
i am seeing problems where apache is running into swap at times. When all is said and done...i see alot of available memory from top and alot still stuck in swap. Restarting apache at that point clears the swap space right out and memory is used properly again. These seem to be short bursting pe