Forking means in this case the operation to create a new process using the fork() system call. fork() usually failes because necessary system resources are exhausted, it is likely that memory limits or the maximum number of open processes per system is reached.
可能是资源被耗尽
源自http://stackoverflow.com/questions/20732394/what-does-the-unable-to-fork-error-mean