How to configure IfModule mpm_worker_module by memory

Discussion in 'Server Operation' started by vuit, Nov 3, 2008.

  1. vuit

    vuit New Member

    Dear all

    Please help me to configure IfModule mpm_worker_module by memory
    Example : I have 1 server CentOS linux use Apache+PHP FastCGI with MPM=Workers .

    - How to configure :

    <IfModule mpm_worker_module>
    ServerLimit ?
    StartServers ?
    MaxClients ?
    MinSpareThreads ?
    MaxSpareThreads ?
    ThreadsPerChild ?
    </IfModule>

    for : 4G ram , or 5G , 6G ,7G .v.v.v

    - Have math configure <IfModule mpm_worker_module> </IfModule> by memmory ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It's hard to tell what values you should use. That depends on your web applications, traffic, etc. I'd start with some modest values and then adjust them from time to time, depending on your load average.
     

Share This Page