Skip to content

vmunix/node_leak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a repo dedicated to tracking down a leak in node 0.6.7.

to run the server

$ node parent.js
forwarder running on http://127.0.0.1:<port>

to run load test

(using apache bench)

$ ab -c 200 -n 1000000 http://127.0.0.1:<port>/

note RES memory size before and after

Noticing about 5mb RES size growth per million requests on 0.6.7 arch linux 64 bit.

About

tracking down a memory leak in node?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published