Search results for "defaultmaxclassprocesscount sane value"

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

…higher than the total number of tables (sum of MYISAM,INNODB,MEMORY etc.), as reported by mysqltuner. If you anticipate adding more virtual hosts, or clients adding more databases or tables, you will need to raise table_cache value. Follow the recommendations from the Apache tuning, and then follow the recommendations of the mysqltuner script. The apache tuning will give you the number of maxclients, and from this you will know the appropriate be… 3, 0, 0, 0 and 8.33

Comments { 1 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

…n > Server Configuration > Website Options, so beware of the memory overhead if you specify a large number, because each will consume the amount of memory specified in  apc.shm_size. You may need to experiment with this value, depending on your server’s memory and potential traffic. Virtualmin explains: “When PHP scripts for this domain as run via FCGId, the number of PHP processes set in this field will be kept running at all t… 1, 0, 0, 0 and 2.87

Comments { 11 }

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

… the following configuration will likely work for you; if you have more PHP software packages, you will need to raise apc.shm_size and raise the apc.user_entries_hint and apc.user_entries_hint settings, and possibly lower TTL values to allow cached files to expire and be replaced. In general, you must double apc.shm_size in relation to APC’s highest reported Memory Usage to avoid fragmentation completely. Configuration Suggestion for php.in… 1, 0, 0, 0 and 2.58

Comments { 43 }

Apache config for Worker MPM vs Prefork MPM

…icles.slicehost.com/2010/5/19/configuring-the-apache-mpm-on-centos Un-Comment HTTPD=/usr/sbin/httpd.worker in /etc/sysconfig/httpd restart apache do some performance testing and raise your worker server and thread limits to sane levels in httpd.conf If you need to recompile Apache and PHP, then you should do more research. Recompiling is not a trivial process. I found that my server had much better memory usage under Worker MPM, however: som… 1, 0, 0, 0 and 2.58

Comments { 1 }