mirror of
https://github.com/plausible/hosting.git
synced 2025-06-14 09:47:30 -05:00
Compare commits
2 Commits
update-cli
...
v2.1.4
Author | SHA1 | Date | |
---|---|---|---|
434ed8129f | |||
c29a0f0d13 |
@ -5,7 +5,7 @@
|
||||
<mark_cache_size>524288000</mark_cache_size>
|
||||
|
||||
<profile>
|
||||
<detault>
|
||||
<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 -->
|
||||
@ -18,6 +18,6 @@
|
||||
<!--
|
||||
https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting -->
|
||||
<output_format_parallel_formatting>0</output_format_parallel_formatting>
|
||||
</detault>
|
||||
</default>
|
||||
</profile>
|
||||
</clickhouse>
|
||||
|
@ -47,6 +47,7 @@ services:
|
||||
soft: 65535
|
||||
hard: 65535
|
||||
environment:
|
||||
- ERL_FLAGS=+sbwt none +sbwtdcpu none +sbwtdio none
|
||||
- TMPDIR=/var/lib/plausible/tmp
|
||||
# required: https://github.com/plausible/community-edition/wiki/configuration#required
|
||||
- BASE_URL=${BASE_URL}
|
||||
|
Reference in New Issue
Block a user