Skip to content

Commit

Permalink
chore: Add comment explaining the one liner in clickhouse config (#3085)
Browse files Browse the repository at this point in the history
add comment explaining the one liner in clickhouse config
  • Loading branch information
hubertdeng123 committed May 28, 2024
1 parent 6032d98 commit 6917e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<yandex>
<!-- This include is important! It is required for the version of Clickhouse used on ARM to read the environment variable. -->
<!-- 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>
<logger>
<level>warning</level>
Expand Down

0 comments on commit 6917e39

Please sign in to comment.