Last change
on this file since 10430 was
10430,
checked in by bastiK, 7 years ago
|
applied #13002 - Use /etc/default/josm to configure Java options (patch by sebastic)
|
File size:
288 bytes
|
Rev | Line | |
---|
[10430] | 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} -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.