Re: [users@httpd] RAM problem with apache and PHP on default centos configuration

2011-12-21 Thread Enrico Daga
Thank you all for your hints. The problem was a misconfiguration, and seems to be solved reducing the number of child processes and adjusting MaxRequstPerChild parameter. We will try also with mod_fcgid. Do you know any trade off with respect to mod_php for developers (differences in env variables

Re: [users@httpd] RAM problem with apache and PHP on default centos configuration

2011-12-14 Thread Igor Galić
- Original Message - > On 12/12/2011 12:17, Enrico Daga wrote: > > Hi all, > > > > I send this mail to both httpd and php lists. > > I experienced the following problem running php scripts on httpd. > > The RAM fills gradually until the system starts swapping, then, if > > I > > don't res

Re: [users@httpd] RAM problem with apache and PHP on default centos configuration

2011-12-14 Thread Simone Caruso
On 12/12/2011 12:17, Enrico Daga wrote: > Hi all, > > I send this mail to both httpd and php lists. > I experienced the following problem running php scripts on httpd. > The RAM fills gradually until the system starts swapping, then, if I > don't restart the server, swap fills and everything goes

[users@httpd] RAM problem with apache and PHP on default centos configuration

2011-12-12 Thread Enrico Daga
Hi all, I send this mail to both httpd and php lists. I experienced the following problem running php scripts on httpd. The RAM fills gradually until the system starts swapping, then, if I don't restart the server, swap fills and everything goes down. After some try/check tests, I realized that th