Created
September 2, 2015 19:15
-
-
Save dlabey/ebbc8e2bf93f34d9bbaa to your computer and use it in GitHub Desktop.
Node Garbage Collector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (global.gc) { | |
global.gc(); | |
} else { | |
console.log('Garbage collection unavailable, pass --expose-gc when launching node to enable forced garbage collection'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment