Skip to content

Commit

Permalink
Increase clickhouse memory (#142)
Browse files Browse the repository at this point in the history
Related to: ooni/data#105
  • Loading branch information
hellais authored Jan 9, 2025
1 parent 851723b commit c84dddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/group_vars/clickhouse/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clickhouse_config:
max_connections: 4096
keep_alive_timeout: 3
max_concurrent_queries: 100
max_server_memory_usage: 21001001000
max_server_memory_usage: 0
max_thread_pool_size: 10000
max_server_memory_usage_to_ram_ratio: 0.9
total_memory_profiler_step: 4194304
Expand Down Expand Up @@ -164,6 +164,7 @@ clickhouse_default_profiles:
readonly: 1
write:
readonly: 0
max_memory_usage: 61001001000

clickhouse_listen_hosts:
- "::"
Expand Down

0 comments on commit c84dddf

Please sign in to comment.