Re: [users@httpd] Memory allocation to apache process

2014-03-21 Thread Jess Holle
Something's not right here... The original message stated that my windows RAM has been increased. Yet the response says that prefork workers are used. The Windows platform only supports one MPM -- one specifically for Windows. On 3/21/2014 12:47 AM, Voshka Niknam wrote: Hello, make it use

[users@httpd] Memory allocation to apache process

2014-03-20 Thread Shanmugavel MANI
Recently my windows RAM has been increased. Wanted to increase/allocate memory to apache process too.. is there a way ? thanks.

Re: [users@httpd] Memory allocation to apache process

2014-03-20 Thread Voshka Niknam
Hello, what is your apache handler and the MPM used? Thanks On Fri, Mar 21, 2014 at 1:03 AM, Shanmugavel MANI ershanmuga...@gmail.comwrote: Recently my windows RAM has been increased. Wanted to increase/allocate memory to apache process too.. is there a way ? thanks. -- Woshka

Re: [users@httpd] Memory allocation to apache process

2014-03-20 Thread Shanmugavel MANI
Hillo Voshka, Thanks for your reply. fastcgi and prefork,workers. thanks in advance. On Fri, Mar 21, 2014 at 10:25 AM, Voshka Niknam vosh...@gmail.com wrote: Hello, what is your apache handler and the MPM used? Thanks On Fri, Mar 21, 2014 at 1:03 AM, Shanmugavel MANI

Re: [users@httpd] Memory allocation to apache process

2014-03-20 Thread Voshka Niknam
Hello, make it use MPM_Worker or the newest one MPM_EVENT prefork is none threaded and slow one and in high requests it consumes more memory also fastcgi cache requests in an ammount of time and you should see the documentation to change the duration to make it free up the cached requests