Commit 8fc587e8 authored by Benjamin Pill's avatar Benjamin Pill Committed by Antoine Cotten

Add link to elastic max_map_count configuration (#99)

parent ab103aad
...@@ -22,13 +22,12 @@ Based on the official images: ...@@ -22,13 +22,12 @@ Based on the official images:
2. Install [Docker-compose](http://docs.docker.com/compose/install/) **version >= 1.6**. 2. Install [Docker-compose](http://docs.docker.com/compose/install/) **version >= 1.6**.
3. Clone this repository 3. Clone this repository
## Increase max_map_count on your host (Linux) ## Increase max_map_count on your host
You need to increase `max_map_count` on your Docker host: You need to increase `max_map_count` on your Docker host.
To do this follow the recommended instructions within the elastic documentation:
```bash https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode
$ sudo sysctl -w vm.max_map_count=262144
```
## SELinux ## SELinux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment