标签: node.js caching memory garbage-collection require
我需要一个带有require( 'the json file' )的超大JSON文件,然后从require.cache删除了缓存。从global.gc()的输出中,我发现内存没有释放。
require( 'the json file' )
require.cache
global.gc()
如何释放node.js中所需模块使用的内存?