|
Home > Archive > Apache Server configuration support > September 2005 > Limiting apache child creation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Limiting apache child creation
|
|
| oniric 2005-09-16, 4:54 pm |
| Hello,
I'm in big trouble. I've a virtual server with debian installed and apache2 and mysql running on it.
But there is a problem. The virtual server has only 64M of memory and all the process childs created by apache are able to use all the resources. So I have only 1M of RAM free and the site is really, really slow.
I would like to limit the creation of apache childs. Do you know how can I do this?
Thx | |
| oniric 2005-09-19, 9:48 am |
| quote: Originally posted by oniric
Hello,
I'm in big trouble. I've a virtual server with debian installed and apache2 and mysql running on it.
But there is a problem. The virtual server has only 64M of memory and all the process childs created by apache are able to use all the resources. So I have only 1M of RAM free and the site is really, really slow.
I would like to limit the creation of apache childs. Do you know how can I do this?
Thx
Ok, know I know a little more about Apache. My installation uses prefork as MPM module. I set up this and now I can regulate the process creation.
Can you give me the rights parameters to use with 64M and 6000 pages viewed a day?
Thank you |
|
|
|
|