Skip to content

Commit c443227

Browse files
committed
add low-resource ch overrides to compose setup
1 parent d7687a9 commit c443227

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<clickhouse>
22
<logger>
3-
<!-- Possible levels [1]:
4-
5-
- none (turns off logging)
6-
- fatal
7-
- critical
8-
- error
9-
- warning
10-
- notice
11-
- information
12-
- debug
13-
- trace
14-
- test (not for production usage)
15-
16-
[1]: https://github.com/pocoproject/poco/blob/poco-1.9.4-release/Foundation/include/Poco/Logger.h#L105-L114
3+
<!--
4+
Possible levels: ["none", "fatal", "critical", "error", "warning", "notice", "information", "debug", "trace", "test"]
5+
See: https://github.com/pocoproject/poco/blob/poco-1.9.4-release/Foundation/include/Poco/Logger.h#L105-L114
176
-->
187
<level>warning</level>
198
</logger>
20-
<!-- Add other overrides here as needed -->
9+
<!-- Official recommendations for systems with <16GB RAM -->
10+
<mark_cache_size>524288000</mark_cache_size> <!-- 500MB -->
11+
<concurrent_threads_soft_limit_num>1</concurrent_threads_soft_limit_num>
12+
<profiles>
13+
<default>
14+
<max_block_size>8192</max_block_size>
15+
<max_download_threads>1</max_download_threads>
16+
<input_format_parallel_parsing>0</input_format_parallel_parsing>
17+
<output_format_parallel_formatting>0</output_format_parallel_formatting>
18+
</default>
19+
</profiles>
2120
</clickhouse>

0 commit comments

Comments
 (0)