From e9f636ea59ed12866168d0e6984348dc9b47e79d Mon Sep 17 00:00:00 2001 From: Daenney Date: Wed, 22 Nov 2023 19:06:30 +0100 Subject: [docs] Add a warning about SQLite cache sizes (#2378) * [docs] Add a warning about SQLite cache sizes * [docs] Fix admonition text * [docs] Lorde the indenting * [docs] Rework the text a bit --- example/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml index a62d5940e..e7364eb93 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -229,6 +229,12 @@ db-sqlite-synchronous: "NORMAL" # SQLite only -- unused otherwise. # If set to empty string or zero, the sqlite default (2MiB) will be used. # See: https://www.sqlite.org/pragma.html#pragma_cache_size +# +# More is not necessarily better for caches. They need to be tuned to the +# workload. The defaults should be plenty for most instances and you shouldn't +# change it. If you do change it, ensure you mention this when requesting help +# in the GoToSocial Help channel. +# # Examples: ["0", "2MiB", "8MiB", "64MiB"] # Default: "8MiB" db-sqlite-cache-size: "8MiB" -- cgit v1.2.3