Workers/threads

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:

Is this not a duplicate of Cpu usage peaks 100%?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.