Changes between Version 217 and Version 218 of Download


Ignore:
Timestamp:
2024-07-06T20:35:31+02:00 (21 months ago)
Author:
Lumikeiju
Comment:

Added memory allocation example

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v217 v218  
    244244}}}
    245245
    246 For giving [wikitr:/Help/CommandLineOptions#Javaoptions Java options] to the Java VM JOSM.exe uses the configuration file `JOSM.cfg` in its app sub-directory. In this file each option needs a separate line.
     246For giving [wikitr:/Help/CommandLineOptions#Javaoptions Java options] to the Java VM, JOSM.exe uses the configuration file `JOSM.cfg` in its app sub-directory. In this file, each option must be on a separate line.
     247
     248For example, to change memory allocation, open `%LOCALAPPDATA%\JOSM\app\JOSM.cfg` and add `java-options=-Xmx8192m` (for 8 GB) to a new line under the `[JavaOptions]` header.
    247249
    248250=== macOS ===#macOS