Changes

Jump to navigation Jump to search
189 bytes added ,  09:04, 15 April 2019
m
no edit summary
Line 51: Line 51:     
===Bring the cluster up & down===
 
===Bring the cluster up & down===
<syntaxhighlight lang="bash">
+
Requires vm.max_map_count = 262144 ( <syntaxhighlight lang="bash">
 +
sudo sysctl -w vm.max_map_count=262144 && echo "vm.max_map_count=262144" | sudo tee -a /etc/sysctl.conf
 +
</syntaxhighlight><syntaxhighlight lang="bash">
 
docker-compose up
 
docker-compose up
 
docker-compose down
 
docker-compose down

Navigation menu