2011-05-07 22:56:11 +02:00
|
|
|
REM the JVM. With the below settings the heap size (Available memory for the application)
|
2011-06-24 12:36:37 +02:00
|
|
|
REM will range from 64 megabyte up to 720 megabyte.
|
2011-05-07 22:56:11 +02:00
|
|
|
|
2011-06-24 12:36:37 +02:00
|
|
|
start javaw.exe -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar;./lib/*.jar" net.osmand.swing.OsmExtractionUI
|