Skip to content

legraphista/expose-gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expose GC at runtime!

Have your cake and eat it too

If for some reason you don't have access to how node is started or you haven't bothered with setting v8 flags, this module exposes the real gc for you.

Install

npm i expose-gc

I want my GC to be global!

require('expose-gc');

global.gc();

I just want a function, no global please!

const gc = require('expose-gc/function');

gc();

About

Expose gc without passing the arg param

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published