From 9a2e4001e509a4d3bd0473514c3467685efc3944 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Fri, 24 Jun 2011 12:36:37 +0200 Subject: [PATCH] Fix issue 491. Add more memory OsmandMapCreator. --- DataExtractionOSM/OsmAndMapCreator.bat | 4 ++-- DataExtractionOSM/OsmAndMapCreator.sh | 4 ++-- DataExtractionOSM/batch_indexing.bat | 2 +- DataExtractionOSM/batch_indexing.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DataExtractionOSM/OsmAndMapCreator.bat b/DataExtractionOSM/OsmAndMapCreator.bat index 06874c32c4..1cc96c80c9 100644 --- a/DataExtractionOSM/OsmAndMapCreator.bat +++ b/DataExtractionOSM/OsmAndMapCreator.bat @@ -1,4 +1,4 @@ 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 \ No newline at end of file +start javaw.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.swing.OsmExtractionUI \ No newline at end of file diff --git a/DataExtractionOSM/OsmAndMapCreator.sh b/DataExtractionOSM/OsmAndMapCreator.sh index b076fcc86a..c2cb13ee11 100644 --- a/DataExtractionOSM/OsmAndMapCreator.sh +++ b/DataExtractionOSM/OsmAndMapCreator.sh @@ -2,6 +2,6 @@ # 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. +# 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 diff --git a/DataExtractionOSM/batch_indexing.bat b/DataExtractionOSM/batch_indexing.bat index 1f9c2563dd..35f9668045 100644 --- a/DataExtractionOSM/batch_indexing.bat +++ b/DataExtractionOSM/batch_indexing.bat @@ -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. -start java.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml \ No newline at end of file +start java.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml \ No newline at end of file diff --git a/DataExtractionOSM/batch_indexing.sh b/DataExtractionOSM/batch_indexing.sh index 09a442c338..0dd3163ef0 100644 --- a/DataExtractionOSM/batch_indexing.sh +++ b/DataExtractionOSM/batch_indexing.sh @@ -2,4 +2,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 -Xmx720M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml