Results 4 comments of Nick

Hi 👋 , we've see this problem appear again while running node-redis v4 and node 16. It also appears to be triggered by the same steps as listed in the...

I can confirm that I am also seeing very similar behavior running a node/express server using the Bun runtime. The node service in question generally sees around ~80MB of memory...

Hey @cirospaciari 👋, with my example, we are running a relatively simple express server via node 22. Our current notable public dependencies include: - [email protected] - [email protected] - [email protected] -...

👋 Following up here - I tested a couple of levels of simplification to the express server that we're running (all the way to a simple health check endpoint) and...