mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
Change(mealie): Performance tuning
This commit is contained in:
parent
553bcfa6ea
commit
38ae28ece2
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ ingress:
|
||||||
env:
|
env:
|
||||||
TZ: Europe/Amsterdam
|
TZ: Europe/Amsterdam
|
||||||
DB_ENGINE: sqlite
|
DB_ENGINE: sqlite
|
||||||
|
# Lower RAM usage:
|
||||||
|
WORKERS_PER_CORE: 0.5
|
||||||
|
MAX_WORKERS: 1
|
||||||
|
WEB_CONCURRENCY: 1
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue