Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Created October 29, 2013 13:33
Show Gist options
  • Save Starefossen/7214701 to your computer and use it in GitHub Desktop.
Save Starefossen/7214701 to your computer and use it in GitHub Desktop.
Enable garbage collection api in node application
node --expose-gc test.js
global.gc();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment