Update server instruction list authored by jan vogelsang's avatar jan vogelsang
...@@ -7,7 +7,8 @@ Creating the different containers needed for the server. ...@@ -7,7 +7,8 @@ Creating the different containers needed for the server.
`cd docker && docker-compose up -d` `cd docker && docker-compose up -d`
Initialize the databases. Initialize the databases.
`./bin/init.sh` `./bin/init.sh`
To prevent errors later on we need to increase the virtual memory areas count as discussed in [this issue](https://github.com/docker-library/elasticsearch/issues/111). To prevent errors later on we need to increase the virtual memory areas count as discussed in [this issue]
(https://github.com/docker-library/elasticsearch/issues/111).
`sysctl -w vm.max_map_count=262144` `sysctl -w vm.max_map_count=262144`
I did also set the variable permanently in the /etc/sysctl.conf config file. I did also set the variable permanently in the /etc/sysctl.conf config file.
... ...
......