diff --git a/DataExtractionOSM/batch_indexing.sh b/DataExtractionOSM/batch_indexing.sh index 916a8e95a8..1b7ca2ee59 100644 --- a/DataExtractionOSM/batch_indexing.sh +++ b/DataExtractionOSM/batch_indexing.sh @@ -1,7 +1,5 @@ -#!/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 -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml +java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml