Changes between Version 1 and Version 2 of Download


Ignore:
Timestamp:
Dec 13, 2011 10:31:35 AM (18 months ago)
Author:
bastiK
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v1 v2  
    6060sudo apt-get install josm-latest 
    6161}}} 
     62 
     63=== useful options === 
     64 
     65If JOSM runs out of memory, you can increase the maximum size of allocated memory (in megabytes): 
     66{{{ 
     67JAVA_OPTS="-Xmx400m" josm 
     68}}} 
     69 
     70Start with a different preference folder: 
     71{{{ 
     72JAVA_OPTS="-Djosm.home=$HOME/.josm-tmp" josm 
     73}}}