Changes between Version 2 and Version 3 of Help/CommandLineOptions
- Timestamp:
- 2010-04-21T13:50:07+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v2 v3 1 1 usage: 2 2 {{{ 3 java -jar josm.jar <options>... 3 java <Java-options> -jar josm.jar <options> ... 4 4 }}} 5 5 options: … … 21 21 -Djosm.home=/PATH/TO/JOSM/FOLDER/ Change the folder for all user settings 22 22 }}} 23 note:For some tasks, JOSM needs a lot of memory. It can be necessary to add the following Java option to specify the maximum size of allocated memory in megabytes:23 For some tasks, JOSM needs a lot of memory. It can be necessary to add the following Java option to specify the maximum size of allocated memory in megabytes, on the other hand on slow systems, you can get JOSM to run stable through restricting the memory use: 24 24 {{{ 25 -Xmx...m 25 -Xmx...m Set maximum Java heap size in megabyte 26 26 }}} 27 27