Fix Clickhouse max_server_memory_usage_to_ram_ratio setting (#4025)

Co-authored-by: Reinaldy Rafli <github@reinaldyrafli.com>
This commit is contained in:
Sascha O. Bacher 2025-11-11 01:04:18 +01:00 committed by GitHub
parent 2b0757c0d2
commit c7d413c463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
<yandex>
<!-- This include is important! It is required for the version of Clickhouse used on ARM to read the environment variable. This must be a one-liner to avoid errors in Clickhouse. -->
<max_server_memory_usage_to_ram_ratio><include from_env="MAX_MEMORY_USAGE_RATIO"/></max_server_memory_usage_to_ram_ratio>
<max_server_memory_usage_to_ram_ratio from_env="MAX_MEMORY_USAGE_RATIO"/>
<logger>
<level>warning</level>
<console>true</console>