Thread: fork() failed
View Single Post
  #3  
Old 06-24-2009, 11:38 PM
vigge_sWe vigge_sWe is offline
New Member
 
Join Date: Jun 2009
Posts: 2
Quote:
Originally Posted by mistwang View Post
"fork() failed" is due to the limit of processes allowed for VPS has been reached.
If you use default LSWS configuration, it is not likely cause that problem. however, if you have tune some configurations to a high value that beyond what you VPS can handle, it could cause some problem.

You need shell access to check how many processes has been started, "ps -ef" should tell you that. if you have too many processes of certain type. you need to figure out why.
Well, I do run the default config (on litespeed standard)
Reply With Quote