Skip to content

Commit a25e4de

Browse files
recenafxdgear
authored andcommitted
Prerequisites section has been detailed for Linux users (elastic#51)
* Prerequisites reviewed for Linux users * Prerequisites reviewed for Linux users * Prerequisites reviewed for Linux users
1 parent d850af0 commit a25e4de

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ RAM:
3030

3131
![Docker VM memory settings](screenshots/docker-vm-memory-settings.png)
3232

33+
* Linux Users must set the following configuration as `root`:
34+
35+
```
36+
sysctl -w vm.max_map_count=262144
37+
```
38+
By default, the amount of Virtual Memory [is not enough](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html).
39+
40+
3341
## Starting the stack
3442

3543
First we need to:

0 commit comments

Comments
 (0)