fix issue 151
git-svn-id: https://osmand.googlecode.com/svn/trunk@640 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
91b13bd88a
commit
8a4b742bfb
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue