Skip to content

atr0phy/memory-leak-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local run

  1. cd src
  2. npm install
  3. node server.js

Docker run

  1. docker build . -t mleak
  2. docker run -d -p 3000:3000 mleak

Request

consume memory

curl http://localhost:3000/?size=[bytes]

show memory

curl http://localhost:3000/

About

memory-leak-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published