mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
83459d43d5
Because we are running a version of elasticsearch older than Methusalem, the docker environment variables were not properly taken into account. For instance, the cluster name and "mlockall" settings were incorrect, as we could see by running: $ tutor local run lms curl elasticsearch:9200 | grep cluster_name ... "cluster_name" : "elasticsearch", $ tutor local run lms curl elasticsearch:9200/_nodes/process?pretty | grep mlock ... "mlockall" : false See https://discuss.overhang.io/t/elastic-container-is-not-being-removed/312/3 for discussion. This fix also introduces a new tutor configuration setting to adjust the elasticsearch heap size. |
||
---|---|---|
.. | ||
img | ||
_release_description.md | ||
.gitignore | ||
cli_download.rst | ||
conf.py | ||
configuration.rst | ||
dev.rst | ||
extra.rst | ||
faq.rst | ||
index.rst | ||
install.rst | ||
intro.rst | ||
k8s.rst | ||
local.rst | ||
Makefile | ||
plugins.rst | ||
podman.rst | ||
quickstart.rst | ||
testimonials.rst | ||
troubleshooting.rst | ||
tutor.rst |