i read a lot about that, but my problem still remain:
what i'm trying to do is:
echo shell_exec("/usr/bin/nohup /usr/bin/java -Xmx1g -jar /var/www/html/myDir/ff.jar &");
it gives me that error:
Error occurred during initialization of VM Could not reserve enough space for code cache
i use nohup
because jar must run even if php terminate.
What could be the problem?