opensearch
**This is an old revision of the document!**
Table of Contents
Installing OpenSearch
Prerequisites and Setup
- uses Docker; which is why i installed Docker and wrote the Docker wiki yesterday
sudo swapoff -a- disables memory-paging and swapping
sudo vi etc/sysctl.conf(leading/removed becausemod_securityis stupid)- actually it's
etc/sysctl.d/10-map-count.conf vm.max_map_count=262144- Set max map count to 262144
sudo sysctl -p- reload kernel parameters
Install Steps
curl -O https://raw.githubusercontent.com/opensearch-project/documentation-website/2.19/assets/examples/docker-compose.yml- download docker-compose for example (which is, apparently, the real thing?)
docker compose up -d- start the docker-compose cluster as background process (
-d= detached)
opensearch.1742738621.txt.gz ยท Last modified: 2025/03/23 14:03 by ron
