Skip to content

Commit c7d413c

Browse files
Fix Clickhouse max_server_memory_usage_to_ram_ratio setting (#4025)
Co-authored-by: Reinaldy Rafli <[email protected]>
1 parent 2b0757c commit c7d413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<yandex>
22
<!-- 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. -->
3-
<max_server_memory_usage_to_ram_ratio><include from_env="MAX_MEMORY_USAGE_RATIO"/></max_server_memory_usage_to_ram_ratio>
3+
<max_server_memory_usage_to_ram_ratio from_env="MAX_MEMORY_USAGE_RATIO"/>
44
<logger>
55
<level>warning</level>
66
<console>true</console>

0 commit comments

Comments
 (0)