From dc890b7b60424e63b08de6a26e8da2d7fa1605c5 Mon Sep 17 00:00:00 2001 From: Frikky Date: Thu, 16 Feb 2023 18:27:24 +0100 Subject: [PATCH] Update install-guide.md --- .github/install-guide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index 02df0768..4b35ca59 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -1,7 +1,7 @@ # Installation guide Installation of Shuffle is currently only available in docker. Looking for how to update Shuffle? Check the [updating guide](https://shuffler.io/docs/configuration#updating_shuffle) -This document outlines a an introduction environment which is not scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness. This also includes system requirements and configurations for Swarm or K8s. +This document outlines a an introduction environment which is not scalable. [Read here](https://shuffler.io/docs/configuration#production_readiness) for information on production readiness. This also includes system requirements and configurations for Swarm or Kubernetes. # Docker - *nix The Docker setup is done with docker-compose @@ -27,6 +27,11 @@ sudo chown -R 1000:1000 shuffle-database docker-compose up -d ``` +5. Recommended for Elasticsearch to work well +```bash +sudo sysctl -w vm.max_map_count=262144 # https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html +``` + When you're done, skip to the "After installation" step below. ## Windows with WSL