Ever Since I updated Docker, my DT instance abends on startup. #4571
Unanswered
NCIDevRonR
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team runs a local Docker instance on one of its scratch PCs, and for the last year and a half, I've been using it to do SBOM analysis using DT. Last week, I successfully ran an analysis and captured it for my team. Then I noticed a button in the upper left corner inviting me to upgrade to the latest version of Docker. I clicked the button, and upgraded to the latest, and this is where my trouble with DT started. Ever since I installed that new Docker instance, DT says in the log, "Dependency-Track requires a minimum of 4GB RAM (heap). Cannot continue." The next line shows DT shutting down. I've even tried uninstalling the new Docker, and reinstalling the old Docker (from 8/2023) using the MSI installer I originally used. I still get this message, and DT shuts down. I've also tried removing DT and reinstalling it using this command I originally used:
docker run -d -m 8192m -p 8080:8080 --name dependency-track -v dependency-track:/data dependencytrack/bundled
. Can anyone tell me what I'm missing here?Beta Was this translation helpful? Give feedback.
All reactions