[go: up one dir, main page]

Menu

[b5885e]: / start.sh  Maximize  Restore  History

Download this file

9 lines (6 with data), 398 Bytes

1
2
3
4
5
6
7
8
9
#!/bin/sh
# If you see this file in an editor you may have to set the executable bit and execute it as script in a terminal
# This file will start the Mobile Atlas Creator with custom memory settings for
# the JVM. With the below settings the heap size (Available memory for the application)
# will range from 64 megabyte up to 1200 megabyte.
java -Xms64m -Xmx1200M -jar Mobile_Atlas_Creator.jar