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:
2. Install [Docker-compose](http://docs.docker.com/compose/install/) **version >= 1.6**.
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
$ sudo sysctl -w vm.max_map_count=262144
```
https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode
## 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