Code is like this
<?php
shell_exec("java -jar RegisterNewone.jar "xxxxx" "xxxxxx"");
?>
Error
Error occurred during initialization of VM [1] => Could not allocate metaspace: 1073741824 bytes
But when switch back to apache it works . also when i just same command from terminal it works , only from litespeed not working
<?php
shell_exec("java -jar RegisterNewone.jar "xxxxx" "xxxxxx"");
?>
Error
Error occurred during initialization of VM [1] => Could not allocate metaspace: 1073741824 bytes
But when switch back to apache it works . also when i just same command from terminal it works , only from litespeed not working