Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add comment explaining the one liner in clickhouse config #3085

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add comment explaining the one liner in clickhouse config
  • Loading branch information
hubertdeng123 committed May 28, 2024
commit 51b6af0058ee591cfa877c7dd671bae922dc6de8
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
Loading