我读了很多关于那个,但我的问题仍然存在:
我想做的是:
echo shell_exec("/usr/bin/nohup /usr/bin/java -Xmx1g -jar /var/www/html/myDir/ff.jar &");
它给了我这个错误:
Error occurred during initialization of VM Could not reserve enough space for code cache
我使用nohup
,因为即使 php 终止,jar 也必须运行。
可能是什么问题呢?