Opened 20 months ago
Last modified 18 months ago
#23837 closed task
Investigate setting `-XX:MaxRAMPercentage` to >25% of system memory — at Version 1
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 24.09 |
| Component: | Core | Version: | |
| Keywords: | Cc: | sebastic |
Description (last modified by )
The flag was added during the Java 8 update cycle (but not as part of the initial Java 8 release).
The default is 25% of system memory; we can probably safely use up to 75% of system memory.
We may also want to look into setting the minimum memory (Xms) to something semi-sane.
Possible minimums for Xms:
99mb: Clean JOSM install after starting136mb: JOSM with minimal amount of data loaded (1129 nodes, 414 ways, 13 relations)161mb: JOSM with minimal amount of data loaded + background layer
I'd probably round up to the nearest power of 2 though, so 128mb or 256mb.
Note:
See TracTickets
for help on using tickets.


