Skip to content

Commit d7687a9

Browse files
committed
fix ch overrides
1 parent c7fb6a3 commit d7687a9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

hosting/k8s/helm/values.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,15 @@ clickhouse:
357357
</logger>
358358
<!-- Official recommendations for systems with <16GB RAM -->
359359
<mark_cache_size>524288000</mark_cache_size> <!-- 500MB -->
360-
<max_thread_pool_size>1</max_thread_pool_size>
361-
<max_block_size>8192</max_block_size>
362-
<max_download_threads>1</max_download_threads>
363-
<input_format_parallel_parsing>0</input_format_parallel_parsing>
364-
<output_format_parallel_formatting>0</output_format_parallel_formatting>
360+
<concurrent_threads_soft_limit_num>1</concurrent_threads_soft_limit_num>
361+
<profiles>
362+
<default>
363+
<max_block_size>8192</max_block_size>
364+
<max_download_threads>1</max_download_threads>
365+
<input_format_parallel_parsing>0</input_format_parallel_parsing>
366+
<output_format_parallel_formatting>0</output_format_parallel_formatting>
367+
</default>
368+
</profiles>
365369
</clickhouse>
366370
367371
# MinIO configuration

0 commit comments

Comments
 (0)