Performance tuning
To decrease the repo queue time, we increase the pool size to 10, and increas RAM accordingly.
This commit is contained in:
@@ -14,6 +14,7 @@ DATABASE_PATH = '/mnt/music_library/music_library_prod.db'
|
|||||||
PHX_HOST = 'music-library.claudio-ortolina.org'
|
PHX_HOST = 'music-library.claudio-ortolina.org'
|
||||||
PORT = '8080'
|
PORT = '8080'
|
||||||
LAST_FM_USER = 'cloud8421'
|
LAST_FM_USER = 'cloud8421'
|
||||||
|
POOL_SIZE = '10'
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = 'music_library'
|
source = 'music_library'
|
||||||
@@ -33,6 +34,6 @@ hard_limit = 1000
|
|||||||
soft_limit = 1000
|
soft_limit = 1000
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '512mb'
|
memory = '1024mb'
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
cpus = 1
|
cpus = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user