@@ -24,6 +24,7 @@ The diagram shows the components of a default setup of the LS.ext system, and ho
...
@@ -24,6 +24,7 @@ The diagram shows the components of a default setup of the LS.ext system, and ho
### Troobleshooting
### Troobleshooting
**Elasticsearch won't start* - Make sure your system fulfills Elasticsearch [Important System Configurations](https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html). In particular, the default virtual mmap count is likely too low, set in linux using `sudo sysctl -w vm.max_map_count=262144`, or see [docker for Mac instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode)
**Elasticsearch won't start* - Make sure your system fulfills Elasticsearch [Important System Configurations](https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html). In particular, the default virtual mmap count is likely too low, set in linux using `sudo sysctl -w vm.max_map_count=262144`, or see [docker for Mac instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode)
**Koha API authentication fails* - Make sure the following sysprefs in Koha are set: `SessionRestrictionByIP` to `No` and `SessionStorage` to `Temporary files`.