Performance tuning

To decrease the repo queue time, we increase the pool size to 10, and
increas RAM accordingly.
This commit is contained in:
Claudio Ortolina
2024-12-15 10:59:24 +03:00
parent 6efe026629
commit 35435e11c0
+2 -1
View File
@@ -14,6 +14,7 @@ DATABASE_PATH = '/mnt/music_library/music_library_prod.db'
PHX_HOST = 'music-library.claudio-ortolina.org'
PORT = '8080'
LAST_FM_USER = 'cloud8421'
POOL_SIZE = '10'
[[mounts]]
source = 'music_library'
@@ -33,6 +34,6 @@ hard_limit = 1000
soft_limit = 1000
[[vm]]
memory = '512mb'
memory = '1024mb'
cpu_kind = 'shared'
cpus = 1