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 Dependency-Track . 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 Dependency-Track started. Ever since I installed that new Docker instance, Dependency-Track says in the log, “Dependency-Track requires a minimum of 4GB RAM (heap). Cannot continue.” 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 the page won’t open from the browser. I’ve also tried removing Dependency-Track 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?