|
|
|
|
|
by marmaduke
2646 days ago
|
|
It was the default behavior on my install, documented recommendation is half the system memory and the logs don’t provide useful info when the heap allocation fails. Perhaps the upstream default is 1 GB but this was not the default, and there is much confusion on setting these correctly https://stackoverflow.com/a/40333263 Not everyone has time to dig into it; of course if you did that’s good for you |
|
The recommendation is btw: at most half of the systems memory, no more than 31g (due to how the jvm compresses heap pointers), and keep at least as much memory available for disk buffers/caches as you allocate to the heap.