Re: Apache httpd memory usage problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 16, 2008 2:06 AM, Lahiru Gunathilake <lahiru@xxxxxxxx> wrote:

> I have a simple server and when i'm sending request to that server what
> happen is it increase the memory and when the response is over it comes
> back to it's initial memory usage value.Then i can simply keep on
> sending number of requests without any issue.But with Apache different
> scenario is happening since it is not reduce it's memory usage even when
> i'm stop sending request.

If you're using the worker MPM, you will see memory grow in this
fashion until each thread has had a chance to serve the "big" request,
at which point it will flatten out. MaxMemFree may help if you need to
stay under some 3GB mark or the "big' requests are rare enough that
you really want Apache to "give back" allocated memory between
requests to avoid the tax of asking for it next time.


-- 
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux