source: josm/trunk/native/linux/latest/etc/default/josm-latest@ 16446

Last change on this file since 16446 was 13722, checked in by Don-vip, 6 years ago

see #16260, see #16311 - increase default memory options to 2GB

File size: 288 bytes
Line 
1# Options to pass to java when starting JOSM.
2# Uncomment the JAVA_OPTS lines to enable their use by /usr/bin/josm-latest
3
4# Increase usable memory
5#JAVA_OPTS="${JAVA_OPTS} -Xmx2048m"
6
7# Enable OpenGL pipeline (2D graphic accelerators)
8#JAVA_OPTS="${JAVA_OPTS} -Dsun.java2d.opengl=True"
9
Note: See TracBrowser for help on using the repository browser.