Add link to elastic max_map_count configuration (#99)

This commit is contained in:
Benjamin Pill 2017-03-03 19:31:31 +01:00 committed by Antoine Cotten
parent 52f43a4a72
commit 3ed4750082
1 changed files with 4 additions and 5 deletions

View File

@ -26,13 +26,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