Versions Compared

Key

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

...

How to I configure the Chariot max heap size?

By default the 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 1GB2GB.

The setting is configured in <chariot_install_dir>/chariot/yajsw/conf/wrapper.conf

Code Block
languagejs
# Example 4GB Max Heap 2

wrapper.java.additional.6 = -Xmx4g

Note: a Chariot service restart is required for Chariot to pickup the configuration change.