On 8/20/2010 5:42 AM, MegaBrutal wrote: > Sorry, I was wrong. MaxSpareServers is only available in the prefork > MPM module. Windows binaries on the other hand are compiled with > mpm_winnt: > http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html > > Look up MaxMemFree, MaxRequestsPerChild, ThreadLimit, ThreadsPerChild > directives. All of these are available in mpm_winnt and allow you to > fine tune Apache's memory consumption. Given the problem description, MaxMemFree should work well to bring things back in line. If using MaxRequestsPerChild, remember it will interrupt the server completely for a short time (as it restarts) each time that limit is hit, so set it upwards of 100000 connections per child. --------------------------------------------------------------------- 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