Tadeu Alves wrote:
i thibk that you can down the variableMaxRequestsPerChild 20000 to 2000 it's too much and if the child process keeps the request well i't grows bigger and bigger in memory
Even 2000 is too much. Various high load,high traffic servers also don't have this much high value.
KeepAlive is ON. i put on my server offthis too eats a huge amount of memory.
May be its true. But KeepAlive ON will help you to serve more files per tcp handshake. With this option on http client can request more files.
my server conf with 8gs and dual xeon processors with 300 simultaneous connections and about 8k-12k hits/min<IfModule worker.c> ServerLimit 30 ThreadLimit 70 StartServers 20 MaxClients 500 MinSpareThreads 10 MaxSpareThreads 15 ThreadsPerChild 50 MaxRequestsPerChild 2000 MaxMemFree 5000 ReceiveBufferSize 714400
-- Thanks & Regards, Gaurav Khambhala i-hack-at-DeepRoot Linux Getting GNU/Linux to work for you. Faster. Better. Today. Every way. http://www.deeproot.in, +91 80 4089 0000 --------------------------------------------------------------------- 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