close

Filter

loading table of contents...

Release Notes / Version 10.2107

Table Of Contents

All memory settings for command-line tools have been removed

Instead of setting the memory sizes per application and therefore disabling any container support for schedulers like Kubernetes, use the JAVA_TOOL_OPTIONS environment variable to augment the command-line.

For containerized tools the following memory settings can be used as a good rule of thumb:

JAVA_TOOL_OPTIONS="-XX:MinRAMPercentage=60  -XX:MaxRAMPercentage=80"

For explicit memory settings use

JAVA_TOOL_OPTIONS="-Xmx512m"

(CMS-17565)

Search Results

Table Of Contents