Create an install jar and run it on the target machine using java 1.6+.
1) The installer will create a script like:
gserv -poolsize 99 -maxHeap 2g
So we can set the "mx" flag on the java command
2) Open /etc/environment. Find a PATH value, add the location of the above script.
Create an install jar and run it on the target machine using java 1.6+. 1) The installer will create a script like: gserv -poolsize 99 -maxHeap 2g So we can set the "mx" flag on the java command
2) Open /etc/environment. Find a PATH value, add the location of the above script.
3) source /etc/environment