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.
Open the /etc/sysctl.conf file, add this line to the file, then save the file.
vm.max_map_count=262144
Reload the sysctl.conf file:
sysctl -p
Confirm that the file loaded successfully:
sudo sysctl -a | grep max_map_count
The system responds with:
vm.max_map_count=262144