Documentation: Memory section is confusing

Hi there, I've been trying to make sure we're using optimal settings and I'm trying to wrap my brain around the different memory settings. This sentence in the docs doesn't seem to match up, though.

For example, you can set this property to "-Xms3g -Xmx3g -XX:MaxDirectMemorySize=4g" to increase the JVM memory to 4GB and off-heap to 8GB.

Are the numbers I'm setting being added to some baseline, or is this a case of an example that was only partially updated? Thanks!

It looks like the docs are just out of sync. The example is showing 3g heap and 4g off-heap.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.