mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
1d3d792e12
* feat: . * feat: delete old data folder * fix: rename zipline-db service to zipline_postgres in compose.yaml * fix: add zipline compose to include list * fix: add redis service for stremthru * docs: add instructions in .env files * feat: remove docker folder and place apps and data folder in root dir * fix: add empty tokens.json file for plex_authentication * fix: add aiostremio template config * docs: update README with Authelia authentication and clarify setup instructions * fix: update stremthru_redis volume path and profile name in compose.yaml
23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<!-- https://clickhouse.com/docs/en/operations/tips#using-less-than-16gb-of-ram -->
|
|
<clickhouse>
|
|
<!--
|
|
https://clickhouse.com/docs/en/operations/server-configuration-parameters/settings#mark_cache_size -->
|
|
<mark_cache_size>524288000</mark_cache_size>
|
|
|
|
<profile>
|
|
<default>
|
|
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_threads -->
|
|
<max_threads>1</max_threads>
|
|
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_block_size -->
|
|
<max_block_size>8192</max_block_size>
|
|
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_download_threads -->
|
|
<max_download_threads>1</max_download_threads>
|
|
<!--
|
|
https://clickhouse.com/docs/en/operations/settings/settings#input_format_parallel_parsing -->
|
|
<input_format_parallel_parsing>0</input_format_parallel_parsing>
|
|
<!--
|
|
https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting -->
|
|
<output_format_parallel_formatting>0</output_format_parallel_formatting>
|
|
</default>
|
|
</profile>
|
|
</clickhouse> |