-
Couldn't load subscription status.
- Fork 91
Open
Description
Describe the bug
memory leak
Expected behavior
no memory leak
To Reproduce
open https://github.com/kyle-mccarthy/nest-next/tree/master/examples/basic change package.json scripts
{
"start": "NODE_OPTIONS='--inspect' NODE_ENV=production node .next/production-server/src/main.js"
}
run
npm i -g autocannon
npm run start
run
autocannon -c 100 -d 60 -p 1 "http://localhost:3000/"
then take snapshot using chrome://inspect
run
autocannon -c 100 -d 60 -p 1 "http://localhost:3000/"
again and take snapshot using chrome://inspect
you can compare and see memory leak:

Metadata
Metadata
Assignees
Labels
No labels