How to increase the JVM memory size ?
To increase your JVM memory size, you must change the -Xmx memory value.
Below is an example to use OrbisGIS with 1024 mo.
If you are using the jar with all dependencies, run it with :
java -jar -Xmx1024m orbisgis_jar_name.jar
or modify the .sh fil for Linux or the .bat for Windows :
java -Xmx1024M -jar orbisgis_jar_name.jar $*
Posted in: 3- Technical issues
0 comments:
Post a Comment