mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Add the option in the config file
This commit is contained in:
parent
13f870e993
commit
dc7ba77e57
1 changed files with 3 additions and 0 deletions
|
@ -126,3 +126,6 @@ ssl_tickets = false
|
||||||
experimental_enable_metrics = false
|
experimental_enable_metrics = false
|
||||||
# Experimental metrics feature. For more information, see: <https://github.com/meilisearch/meilisearch/discussions/3518>
|
# Experimental metrics feature. For more information, see: <https://github.com/meilisearch/meilisearch/discussions/3518>
|
||||||
# Enables the Prometheus metrics on the `GET /metrics` endpoint.
|
# Enables the Prometheus metrics on the `GET /metrics` endpoint.
|
||||||
|
|
||||||
|
experimental_reduce_indexing_memory_usage = false
|
||||||
|
# Experimental RAM reduction during indexing, do not use in production, see: <https://github.com/meilisearch/product/discussions/652>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue