Changeset 19234 in josm for trunk/native/linux/latest
- Timestamp:
- 2024-10-07T13:36:26+02:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/native/linux/latest/usr/bin/josm-latest
r19215 r19234 59 59 60 60 # If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things. 61 if [ "$( free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then61 if [ "$(LC_ALL=C LANG=C free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then 62 62 # But don't set anything if JAVA_OPTS is already set. 63 63 JAVA_OPTS="${JAVA_OPTS:=-XX:MaxRAMPercentage=75.0 -Xms256m}"
Note:
See TracChangeset
for help on using the changeset viewer.