Skip to main content

Jama Connect User Guide

Configure custom memory settings for Elasticsearch (traditional)

To prepare for your Jama Connect installation, you must first update the application server by configuring memory settings for Elasticsearch.

  1. Open the /etc/sysctl.conf file, add this line to the file, then save the file.

    vm.max_map_count=262144
  2. Reload the sysctl.conf file:

    sysctl -p
  3. Confirm that the file loaded successfully:

    sudo sysctl -a | grep max_map_count

    The system responds with:

    vm.max_map_count=262144