Hello everyone, can somebody tell me the correct wat to change the RAM amount the Gameserver Console uses? i'm doubt about change something there so i pretty assume that it's better asking to anyone who knows
there are some limitations and suggested values, but that's not my field of expertise.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
Xmn is the maximum heap for young generation. It is used by garbage collector, and young generation is where the objects are stored. If an object survives several collection (in the so-called black list), then moved to tenured generation, if not, removed (from the so-called white list) with a full gc.