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!