Fix issue 491. Add more memory OsmandMapCreator.
This commit is contained in:
parent
b219e1351a
commit
9a2e4001e5
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
start javaw.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.swing.OsmExtractionUI
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
start java.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue