File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments