Skip to content

Instantly share code, notes, and snippets.

@jppommet
Created October 28, 2013 21:06
Show Gist options
  • Save jppommet/7204692 to your computer and use it in GitHub Desktop.
Save jppommet/7204692 to your computer and use it in GitHub Desktop.
Force node.js garbage collection
# cli
$ node --expose-gc test.js
# in .js source code
global.gc()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment