Fix issue 491. Add more memory OsmandMapCreator.

This commit is contained in:
Victor Shcherb 2011-06-24 12:36:37 +02:00
parent b219e1351a
commit 9a2e4001e5
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
REM the JVM. With the below settings the heap size (Available memory for the application) REM the JVM. With the below settings the heap size (Available memory for the application)
REM will range from 64 megabyte up to 512 megabyte. REM will range from 64 megabyte up to 720 megabyte.
start javaw.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.swing.OsmExtractionUI start javaw.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.swing.OsmExtractionUI

View file

@ -2,6 +2,6 @@
# This file will start the Osm Extraction UI with custom memory settings for # 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) # the JVM. With the below settings the heap size (Available memory for the application)
# will range from 64 megabyte up to 512 megabyte. # will range from 64 megabyte up to 720 megabyte.
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.swing.OsmExtractionUI java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.swing.OsmExtractionUI

View file

@ -2,4 +2,4 @@ REM the JVM. With the below settings the heap size (Available memory for the app
REM will range from 64 megabyte up to 512 megabyte. REM will range from 64 megabyte up to 512 megabyte.
start java.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml start java.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml

View file

@ -2,4 +2,4 @@
# the JVM. With the below settings the heap size (Available memory for the application) # the JVM. With the below settings the heap size (Available memory for the application)
# will range from 64 megabyte up to 512 megabyte. # 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 -Xmx720M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml