6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-26 22:48:25 +00:00
Régis Behmo 83459d43d5 Fix broken elasticsearch configuration
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.
2020-02-26 11:47:43 +01:00
..
2019-10-25 10:53:59 +02:00
2018-12-26 19:27:08 +01:00
2020-02-25 17:03:11 +01:00
2019-11-22 09:32:50 +01:00
2020-02-25 17:11:11 +01:00
2020-02-25 17:11:11 +01:00
2019-07-04 17:29:30 +08:00
2020-02-12 17:05:48 +01:00
2019-10-17 17:21:35 +02:00
2020-01-10 19:03:53 +01:00