Little side question, I'm 99.1% sure but..
I want to balance web workers more to RAM isntead of CPU, currently our settings are
WEB_CONCURRENCY=20"
MAX_THREADS=10"
To put more on RAM this will do the trick correct?
WEB_CONCURRENCY=25"
MAX_THREADS=5"
Reff:
https://docs.joinmastodon.org/admin/scaling/ "Managing concurrency"