Changes between Initial Version and Version 1 of Ticket #23837, comment 4


Ignore:
Timestamp:
2024-08-13T16:40:16+02:00 (3 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23837, comment 4

    initial v1  
    1 I should also add that I'm currently looking at only making it the default for mac and windows -- I'm just changing the `etc/default/josm` files to have `-XX:MaxRamPercentage=75.0` instead of `-Xmx2048m` in the `#JAVA_OPTS` line. I ''might'' add some code to the linux start scripts to add `-XX:MaxRamPercentage=75.0` if the computer has 4G+ of ram ''and'' `JAVA_OPTS` isn't set.
     1~~I should also add that I'm currently looking at only making it the default for mac and windows~~ (EDIT: I decided to modify the linux start scripts as well) -- I'm just changing the `etc/default/josm` files to have `-XX:MaxRamPercentage=75.0` instead of `-Xmx2048m` in the `#JAVA_OPTS` line. I ''might'' add some code to the linux start scripts to add `-XX:MaxRamPercentage=75.0` if the computer has 4G+ of ram ''and'' `JAVA_OPTS` isn't set.
    22
    33For mac, the oldest supported version supports hardware from 2013, and that was after 4G ram became standard.