nodejs内存泄漏概要分析

const heapdump = require('heapdump');
setTimeout( ()=>{
  heapdump.writeSnapshot(`${process.cwd()}/` + Date.now() + '.heapsnapshot');
}, 12000 );

posted @ 2019-08-16 10:43  风别鹤  阅读(257)  评论(0编辑  收藏  举报