Performance Issue: DefectDojo UI & API become unresponsive under heavy load #12950
jugalb-icpl
started this conversation in
General
Replies: 1 comment 1 reply
-
By default Defect Dojo runs with 2 processes and 2 threads per process. It sounds like you're running into this limit of roughly 4 parallel requests being handled. You could experiment with setting environment variables django-DefectDojo/docker/entrypoint-uwsgi.sh Lines 35 to 45 in a02afe3 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Summary
We are experiencing performance issues with DefectDojo in the following scenario:
Observations
The Django server (or workers) seem to get blocked or slowed down significantly during heavy upload or processing.
This affects:
Questions
Setup Details
Any suggestions, tuning advice, or architecture recommendations would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions