Blank white page at random

#1
I just performed a fresh installation of Open Litespeed on a dual hex core server. There are multiple domains configured. Whenever we browse any of the websites configured on the litespeed web server, the request will randomly stop with a blank white page as if the connection either aborts or, there isn't enough handlers in the background to process the request...

When checking the "stderr.log" file, this error is repeated multiple times:

Reached max children process limit: 35, extra: 11, current: 46, please increase LSAPI_CHILDREN.
Reached max children process limit: 35, extra: 11, current: 46, please increase LSAPI_CHILDREN.

I've increased the number of LSAPI_CHILDREN and Connection on "SERVER" to a higher value in attempt of resolving this particular error, however, it does not resolve this particular error.

The version of LiteSpeed that I am using is: openlitespeed-1.3.4-2.el6.x86_64

Version of PHP is 5.2.17

Any input/guidance is greatly appreciated.
 
Top