Modify clickhouse settings so it's not a resource whore

This means it can be moved back to ZFS!
This commit is contained in:
Jake Howard
2020-08-28 14:20:13 +01:00
parent c6791e4098
commit da90b12643
4 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,17 @@
<yandex>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
<logger>
<level>warning</level>
<console>true</console>
</logger>
<text_log>
<level>warning</level>
</text_log>
<metric_log>
<level>warning>
</metric_log>
<trace_log></trace_log>
</yandex>