search

Home  >  Q&A  >  body text

node.js - node-webkit 一直用fs模块读取大文件,nw.exe的内存一直处于上升的状态,有木有方法可以释放掉内存,求助大神

node-webkit 一直用fs模块读取大文件,一直打开大文件,nw.exe的内存一直处于上升的状态,有木有方法可以释放掉内存,求助大神

PHP中文网PHP中文网2864 days ago566

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 13:09:29

    Don’t node.js have a stream method? This increase in memory depends on what you are doing with the data in the memory. Is it processing or simple file copying

    reply
    0
  • Cancelreply