| ... | ... | @@ -7,7 +7,8 @@ Creating the different containers needed for the server. |
|
|
|
`cd docker && docker-compose up -d`
|
|
|
|
Initialize the databases.
|
|
|
|
`./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`
|
|
|
|
I did also set the variable permanently in the /etc/sysctl.conf config file.
|
|
|
|
|
| ... | ... | |
| ... | ... | |