OsmAnd/DataExtractionOSM/run.sh
Victor Shcherb 02663a32ee upgrade build mechanism
git-svn-id: https://osmand.googlecode.com/svn/trunk@69 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-05-19 11:24:08 +00:00

7 lines
No EOL
280 B
Bash

#!/bin/sh
# This file will start the Osm Extraction UI 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 512 megabyte.
java -jar OsmAndMapCreator.jar -Xms64M -Xmx512M