Skip to content

bcoe/node-issue-41541

Repository files navigation

Node #41541

Run code shared in node#41541 in attempt to find memory leak.

To run

  1. start server
npm i
npm run start
  1. inspect in Chrome, by visiting chrome://inspect, and choosing Node as remote target.

Creating requests to the server

Use a tool like ab to create traffic to server.

ab -n 40000 -c 4 http://127.0.0.1:3000/

About

attempt to recreate node-issue-41541

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published