Hello all,
We deployed sentry on-premise 20.10.1 (https://github.com/getsentry/onpremise) on HW:
CPU(s): 4
RAM: 16GB
Ubuntu 20.04.1 LTS
Be default sentry.conf.py says:
“workers”: 3,
“threads”: 4,
“max-requests”: 100000,
Using this config CPU become 100% and Sentry dashboard unresposible.
Any suggestion how to reconfigure workers/threads to avoid this issue?
Maybe 3workers/3threads to avoid that sentry consuming all threads? or even 2 workers/2threads? or maybe just reduce “max-requests"?
PS 4CPU 16RAM should be enough for 20.10.1?
Attached screen: