Skip to content

Commit 77e3441

Browse files
committed
Fix Clickhouse max_server_memory_usage_to_ram_ratio setting
1 parent 6ae40d8 commit 77e3441

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)