Update install-guide.md

This commit is contained in:
Frikky
2023-02-16 18:28:20 +01:00
committed by GitHub
parent dc890b7b60
commit 9c3380d80b
+2 -2
View File
@@ -27,12 +27,12 @@ sudo chown -R 1000:1000 shuffle-database
docker-compose up -d
```
5. Recommended for Elasticsearch to work well
5. Recommended for Opensearch 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.
When you're done, skip to the [After installation](#after-installation) step below.
## Windows with WSL
This step is for setting up with Docker on windows from scratch.