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