-------- Original-Nachricht -------- > Datum: Mon, 20 Aug 2007 18:27:44 +0200 > Von: "David Díaz Díaz" <sir_ddd@xxxxxxxxxxx> > An: users@xxxxxxxxxxxxxxxx > Betreff: Apache consuming lot of memory > Hi All, > > I have running Apache 2.2.4 with PHP 5.2 and Mysql 5 on Fedora 5, my > server > has 2GB RAM and only it runs a php runtime with flash embedded that stream > MP3 files for 300 simultaneus users... > > My point is that apache is consuming about 1.80GB!!!! I feel that it's not > correct, my prefork MPM config is... > > <IfModule mpm_prefork_module> > StartServers 3 > MinSpareServers 5 > MaxSpareServers 10 > MaxClients 300 > MaxRequestsPerChild 10000 > </IfModule> > > Other parameters are: > > Timeout 30 > KeepAlive On > MaxKeepAliveRequests 1000 > KeepAliveTimeout 3 > > Also the CPU load is max 6% use.. > > I've been reading differents docs, What can I do to ensure that Apache > just > consume the necesary memory? > There is almost nothing reasons on those parameters setting,but it seems your application program itself is large. Also after install Apache,you could strip httpd to reduce some memory usage. -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger --------------------------------------------------------------------- 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