triplea
triplea copied to clipboard
HeadedGameRunner - Java heap space
Map
another_world
Log Message
Java heap space
TripleA Version
Java Version
11.0.21
Operating System
Linux
Stack Trace
Exception: java.lang.OutOfMemoryError Java heap space
Usually this is resolved by increasing Xmx and Xms in TripleA.vmoptions to maybe 4096M.
Funny enough - even better is likely to delete the 'xmx' and 'xms' entries in "TripleA.vmoptions". Then if the system wants to use more memory, it would be free to do so and would not be bounded by whatever 'xmx' says. (XMX applies a hard upper-limit, removing this limit allows the system to dynamically manage the limit.)