Could not allocate metaspace: 1073741824 bytes , Help needed in centos
Budget: ₹1,500 – ₹12,500 INR
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 run it directly from terminal its also works .
***** Issue needed to be fixed from anydesk only ******
<?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 run it directly from terminal its also works .
***** Issue needed to be fixed from anydesk only ******