Last change
on this file since 18699 was 18699, checked in by stoecker, 21 months ago |
fix #22833 - reorder arguments to allow manual override - patch by sebastic
|
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="-Xmx2048m ${JAVA_OPTS}"
|
---|
6 |
|
---|
7 | # Enable OpenGL pipeline (2D graphic accelerators)
|
---|
8 | #JAVA_OPTS="-Dsun.java2d.opengl=True ${JAVA_OPTS}"
|
---|
9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.