1 Commits

Author SHA1 Message Date
48b0ea34bb update ClickHouse to cloud prod version 2024-12-06 13:51:42 +07:00
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<mark_cache_size>524288000</mark_cache_size> <mark_cache_size>524288000</mark_cache_size>
<profile> <profile>
<default> <detault>
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_threads --> <!-- https://clickhouse.com/docs/en/operations/settings/settings#max_threads -->
<max_threads>1</max_threads> <max_threads>1</max_threads>
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_block_size --> <!-- https://clickhouse.com/docs/en/operations/settings/settings#max_block_size -->
@ -18,6 +18,6 @@
<!-- <!--
https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting --> https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting -->
<output_format_parallel_formatting>0</output_format_parallel_formatting> <output_format_parallel_formatting>0</output_format_parallel_formatting>
</default> </detault>
</profile> </profile>
</clickhouse> </clickhouse>

View File

@ -11,7 +11,7 @@ services:
start_period: 1m start_period: 1m
plausible_events_db: plausible_events_db:
image: clickhouse/clickhouse-server:24.3.3.102-alpine image: clickhouse/clickhouse-server:24.9.3.128-alpine
restart: always restart: always
volumes: volumes:
- event-data:/var/lib/clickhouse - event-data:/var/lib/clickhouse
@ -47,7 +47,6 @@ services:
soft: 65535 soft: 65535
hard: 65535 hard: 65535
environment: environment:
- ERL_FLAGS=+sbwt none +sbwtdcpu none +sbwtdio none
- TMPDIR=/var/lib/plausible/tmp - TMPDIR=/var/lib/plausible/tmp
# required: https://github.com/plausible/community-edition/wiki/configuration#required # required: https://github.com/plausible/community-edition/wiki/configuration#required
- BASE_URL=${BASE_URL} - BASE_URL=${BASE_URL}