Changeset 13722 in josm
- Timestamp:
- 2018-05-09T21:51:30+02:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r13711 r13722 207 207 <classpath file="${bundle.jar}"/> 208 208 209 <option value="-Xmx 1024m"/>209 <option value="-Xmx2048m"/> 210 210 211 211 <option value="-Xdock:icon=Contents/Resources/JOSM.icns"/> -
trunk/linux/latest/etc/default/josm-latest
r10430 r13722 3 3 4 4 # Increase usable memory 5 #JAVA_OPTS="${JAVA_OPTS} -Xmx 1024m"5 #JAVA_OPTS="${JAVA_OPTS} -Xmx2048m" 6 6 7 7 # Enable OpenGL pipeline (2D graphic accelerators) -
trunk/linux/tested/etc/default/josm
r10430 r13722 3 3 4 4 # Increase usable memory 5 #JAVA_OPTS="${JAVA_OPTS} -Xmx 1024m"5 #JAVA_OPTS="${JAVA_OPTS} -Xmx2048m" 6 6 7 7 # Enable OpenGL pipeline (2D graphic accelerators) -
trunk/windows/josm-setup-unix.sh
r11580 r13722 130 130 } 131 131 132 build_exe "josm" "64\/32" 128 1024132 build_exe "josm" "64\/32" 256 2048 133 133 # 64-bit binary generation commented until possible with launch4j / nsis 134 134 # build_exe "josm64" "64" 256 2048
Note:
See TracChangeset
for help on using the changeset viewer.