php sapi connections

felosi

Well-Known Member
#1
I notice in my error logs an error saying phpsapi connections set to low,

error.log:2007-07-13 00:15:48.118 [NOTICE] [config:server:epsr:phpLsapi]'Process Limit' probably is too low, adjust the limit to: 400.

So I set it up, then got a warning about childs being less then the connections.
What should I set these to?
Its a core2du0 2.4 server with 2 gb ram

I ended up setting conenctions to 60 and childs to 50. How would that work? or whats a better setting?
 
Last edited:

mistwang

LiteSpeed Staff
#2
It does not matter if you use "PHP suEXEC", "PHP suEXEC MaxConn" is the limit for each user. I don't recommend setting connection and childrens too high.
 
Top