TJBlackman
Deno memory usage in Docker Container is crazy high...?
I typed
node
to start node or deno
to start deno, but here are better commands:
docker run -it --rm --name deno-process denoland/deno:alpine deno
docker run -it --rm --name node-process node:22-alpine node
And the stats I got on windows 11 (although im pretty sure docker runs via WSL2, Ubuntu22 in my case):
Just running Deno costs 148MB??? That sounds crazy high...9 replies