From e20c7c21e110cfcf7510775a26cc3a50ea997541 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:03:43 +0200 Subject: [docs] update deployment considerations docs with latest findings (#2821) * [docs] update deployment considerations docs with latest findings * simplify single-board computer section --- docs/configuration/database.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/database.md b/docs/configuration/database.md index cb9c90759..a1ab9c293 100644 --- a/docs/configuration/database.md +++ b/docs/configuration/database.md @@ -176,4 +176,13 @@ db-sqlite-cache-size: "8MiB" # Examples: ["0s", "1s", "30s", "1m", "5m"] # Default: "30m" db-sqlite-busy-timeout: "30m" + +cache: + # cache.memory-target sets a target limit that + # the application will try to keep it's caches + # within. This is based on estimated sizes of + # in-memory objects, and so NOT AT ALL EXACT. + # Examples: ["100MiB", "200MiB", "500MiB", "1GiB"] + # Default: "100MiB" + memory-target: "100MiB" ``` -- cgit v1.2.3