opensearch
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| opensearch [2025/03/23 14:01] – ron | opensearch [2025/04/13 16:21] (current) – removed ron | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # Installing OpenSearch | ||
| - | ## Prerequisites and Setup | ||
| - | * uses Docker; which is why i installed Docker and wrote the [[Docker]] wiki yesterday | ||
| - | * [source](https:// | ||
| - | * `sudo swapoff -a` | ||
| - | * disables memory-paging and swapping | ||
| - | * `sudo vi etc/ | ||
| - | * `vm.max_map_count=262144` | ||
| - | * Set max map count to 262144 | ||
| - | * `sudo sysctl -p` | ||
| - | * reload kernel parameters | ||
| - | ## Install Steps | ||
| - | * `curl -O https:// | ||
| - | * 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.1742738461.txt.gz · Last modified: 2025/03/23 14:01 by ron
