Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Chariot max heap size is not configured and in prior to V2.2.3 defaulted to 1GB. In V2.2.3 onward the max heap size defaults to 2GB.

The setting is configured in Chariot max heap size can be configured on all version of Chariot in the <chariot_install_dir>/chariot/yajsw/conf/wrapper.conf file.

Code Block
languagejs
# Example 4GB Max Heap 2

wrapper.java.additional.6 = -Xmx4g

...