Skip to content
Snippets Groups Projects
Verified Commit bdddc5e5 authored by Martin Weise's avatar Martin Weise
Browse files

Added open search settings

parent b53acffc
No related branches found
No related tags found
No related merge requests found
Pipeline #5970 passed
......@@ -47,6 +47,13 @@ and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-serv
curl -o dbrepo.conf https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/dbrepo.conf
curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.unix.example
Increase the virtual memory max swap limit for OpenSearch to at least 262144 on the *host machine* according
to [the official manual](https://opensearch.org/docs/1.0/opensearch/install/important-settings/), you need *sudo*
permissions for this (check first with `cat /proc/sys/vm/max_map_count`):
echo "vm.max_map_count=262144" >> /etc/sysctl.conf
sysctl -p
Start the services:
docker compose pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment