Delete Project is not working if we have mutliple test and findings #8201
Replies: 2 comments 1 reply
-
There's nothing broken with deleting projects in the DefectDojo code. If you're having issues, it's likely a performance tuning issue. If you run out of RAM or CPU during the cascading delete, then you can run into issues. For instance, if you're running DefectDojo in containers, the container can be killed by the OOM killer depending on the specifics of the situation. You didn't provide any details on the resources available to DefectDojo, how you deployed it or what version you're using so it's not possible to provide more then general advice of give your DefectDojo install more resources. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. I guess it's exactly the case you describe, the whole CPU is used and container is killed. Can you provide some info how to resolve this that is not giving more resources to DD? We use much stronger machine that is the minimal requirements and I did every optimalization mentioned in the Defect Dojo documentation. If it's not able handle one test project with couple thousand tests and there is no clean-up script I fail to see how it can be used in production. I cannot purge the whole database every time it happens...we use docker-compose to deploy DD - version 2.33.1 . |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I performed the Dependency Track and Defect Dojo integrations. Post that i have multiple test data into the Dojo project.
I am trying to Delete the project it takes forever, I checked the logs its generating alerts and unable to delete and after 15-20 mins it crashes.
I am always going to have huge data into my project, need some clean-up feature or else not possible to use Defect-Dojo.
Please share you views.
Beta Was this translation helpful? Give feedback.
All reactions