Changeset 13722 in josm for trunk


Ignore:
Timestamp:
2018-05-09T21:51:30+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16260, see #16311 - increase default memory options to 2GB

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r13711 r13722  
    207207            <classpath file="${bundle.jar}"/>
    208208
    209             <option value="-Xmx1024m"/>
     209            <option value="-Xmx2048m"/>
    210210
    211211            <option value="-Xdock:icon=Contents/Resources/JOSM.icns"/>
  • trunk/linux/latest/etc/default/josm-latest

    r10430 r13722  
    33
    44# Increase usable memory
    5 #JAVA_OPTS="${JAVA_OPTS} -Xmx1024m"
     5#JAVA_OPTS="${JAVA_OPTS} -Xmx2048m"
    66
    77# Enable OpenGL pipeline (2D graphic accelerators)
  • trunk/linux/tested/etc/default/josm

    r10430 r13722  
    33
    44# Increase usable memory
    5 #JAVA_OPTS="${JAVA_OPTS} -Xmx1024m"
     5#JAVA_OPTS="${JAVA_OPTS} -Xmx2048m"
    66
    77# Enable OpenGL pipeline (2D graphic accelerators)
  • trunk/windows/josm-setup-unix.sh

    r11580 r13722  
    130130}
    131131
    132 build_exe "josm" "64\/32" 128 1024
     132build_exe "josm" "64\/32" 256 2048
    133133# 64-bit binary generation commented until possible with launch4j / nsis
    134134# build_exe "josm64"  "64" 256 2048
Note: See TracChangeset for help on using the changeset viewer.