View Single Post
  #9  
Old 04-10-2009, 09:48 PM
pguy pguy is offline
Member
 
Join Date: Jul 2007
Posts: 28
Modified settings to

PHP_LSAPI_MAX_REQUESTS=300
PHP_LSAPI_CHILDREN=30
LSAPI_MAX_IDLE_CHILDREN=20
LSAPI_AVOID_FORK=1

Instances, set to 1

Lets see how this goes. Anything else I need to check?

Quote:
Originally Posted by anewday View Post
PHP_LSAPI_CHILDREN is way too high. Start with 20. You should increase PHP_LSAPI_MAX_REQUESTS and lower LSAPI_MAX_IDLE_CHILDREN a lot more. What value did you set for Instances?
Reply With Quote