-------- Original-Nachricht --------
> Datum: Mon, 20 Aug 2007 18:27:44 +0200
> Von: "David Díaz Díaz" <[EMAIL PROTECTED]>
> An: users@httpd.apache.org
> Betreff: [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to