Skip to content

thomascothran/memory-leak-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Leak Repro

To reproduce, run clojure -A:dev and then call user/go from a repl. This starts a server on port 9000.

Using wrk to hit the server, you should see memory usage increase until the server runs out of memory. E.g.,

wrk -t4 -c50 -d10m -R80 --latency http://localhost:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published