Changes between Version 121 and Version 122 of Download
- Timestamp:
- 2018-02-10T02:34:27+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v121 v122 185 185 ==== Out of memory ==== 186 186 187 In more extensive edit sessions, you may get an "out of memory" error. 187 For some tasks, JOSM has a large appetite for memory. On the one hand, it may be necessary to configure an [[[Help/CommandLineOptions]] -Xmx memory size] that supports more JOSM plugins and other JOSM editing features. On the other hand, slow with few memory resources, can be stabilized by restricting JOSM memory use. for example `-Xmx256m` or `-Xmx1536m`. 188 188 189 189 To avoid this, the assigned memory can be increased with {{{-Xmx}}} option, see [[Help/CommandLineOptions]] for details. … … 202 202 {{{ 203 203 #!sh 204 <path>javaws.exe -J-d64 -J-Xmx2048m -localfile-J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp "C:\Users\<name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8"205 }}} 206 You don't need to change the end of the command line with thesnippedparts here. Just check the path for {{{javaws.exe}}} and add options {{{-J-d64}}} for the 64-bit mode needed to work with large OSM datasets, and {{{-J-Xmx2048m}}} to increase the VM size (to 2GB here).207 204 <path>javaws.exe -J-d64 -J-Xmx2048m localfile 205 -J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp 206 "C:\Users\<name>\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\7311<snipped-hex-number>7f8" 207 }}} 208 208 === MacOS Errors === 209 209 [=#MacOSXMountainLionErrors]
