... | ... | @@ -8,7 +8,7 @@ Creating the different containers needed for the server. |
|
|
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).
|
|
|
(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.
|
|
|
|
... | ... | |