From dc7ba77e57a2a1a363e61169f74b7f8ee4f2b832 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Mon, 15 May 2023 16:07:43 +0200 Subject: [PATCH] Add the option in the config file --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 71087f25f..e5b339ffa 100644 --- a/config.toml +++ b/config.toml @@ -126,3 +126,6 @@ ssl_tickets = false experimental_enable_metrics = false # Experimental metrics feature. For more information, see: # 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: