source: josm/trunk/linux/tested/etc/default/josm@ 10758

Last change on this file since 10758 was 10430, checked in by bastiK, 8 years ago

applied #13002 - Use /etc/default/josm to configure Java options (patch by sebastic)

File size: 281 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
3
4# Increase usable memory
5#JAVA_OPTS="${JAVA_OPTS} -Xmx1024m"
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.