php - Warning: exec() [function.exec]: Unable to fork,配置git的webhook的问题
怪我咯
怪我咯 2017-04-11 09:12:43
0
1
823

我的服务器是阿里云的Win server 2008
git托管仓库是coding,我配置的hook.php内容是
exec("git pull", $array2);var_export($array2);
但是页面返回
Warning: exec() [function.exec]: Unable to fork [git pull]
这是为什么呢?
求助?

怪我咯
怪我咯

走同样的路,发现不同的人生

全部回覆(1)
刘奇

可能是资源被耗尽

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

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板