mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:22:24 -05:00
[docs] update deployment considerations docs with latest findings (#2821)
* [docs] update deployment considerations docs with latest findings * simplify single-board computer section
This commit is contained in:
parent
6db7d014dc
commit
e20c7c21e1
2 changed files with 66 additions and 37 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue