Skip to content

Commit

Permalink
ref/unref_1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rastvorov committed Oct 6, 2016
1 parent b07bd43 commit e898d61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ref.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ var server = new http.Server(function(req, res) {
setTimeout(function() {
server.close();
}, 2500);

setInterval(function() {
console.log(process.memoryUsage());
}, 1000);

0 comments on commit e898d61

Please sign in to comment.