#Is this right? Ram allocation
1 messages · Page 1 of 1 (latest)
Java prefers using whatever amount it deems necessary, even if you allocate 999GB to max heap size. It will grow in memory heap usage if it needs to do so.
1 messages · Page 1 of 1 (latest)
For some reason, we already allocated higher ram towards the RAM but the total(MB) on the server is just 10gb? Can anyone assist? I did the -Xmx60g part on the json file on the server but is there anything else needed?
Java prefers using whatever amount it deems necessary, even if you allocate 999GB to max heap size. It will grow in memory heap usage if it needs to do so.