Add link to elastic max_map_count configuration (#99)
This commit is contained in:
parent
52f43a4a72
commit
3ed4750082
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue