Changes between Version 1 and Version 2 of Download
- Timestamp:
- 2011-12-13T10:31:35+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v1 v2 60 60 sudo apt-get install josm-latest 61 61 }}} 62 63 === useful options === 64 65 If JOSM runs out of memory, you can increase the maximum size of allocated memory (in megabytes): 66 {{{ 67 JAVA_OPTS="-Xmx400m" josm 68 }}} 69 70 Start with a different preference folder: 71 {{{ 72 JAVA_OPTS="-Djosm.home=$HOME/.josm-tmp" josm 73 }}}
