virtualzone / docker-container-stats

Monitor your docker containers with this web interface.
150 stars 23 forks source link

memory leak #26

Open 909oce opened 3 months ago

909oce commented 3 months ago

when i open the page and then set it to "day" or anything other than "hour", my browsers memory starts spiking in 200mb increments until after about a minute it reaches its limit and the site just crashes.

Troughy commented 3 months ago

Maybe related to npm packages (specifically inflight)? I get this warning when building the Docker image: => => # npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce asy[...]