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: