Changes between Version 2 and Version 3 of Help/CommandLineOptions


Ignore:
Timestamp:
2010-04-21T13:50:07+02:00 (15 years ago)
Author:
skyper
Comment:

small changes

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v2 v3  
    11usage:
    22{{{
    3 java -jar josm.jar <options>...
     3java <Java-options> -jar josm.jar <options> ...
    44}}}
    55options:
     
    2121-Djosm.home=/PATH/TO/JOSM/FOLDER/         Change the folder for all user settings
    2222}}}
    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:
     23For 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:
    2424{{{
    25 -Xmx...m
     25-Xmx...m                                  Set maximum Java heap size in megabyte
    2626}}}
    2727