pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 202 forks source link

performance issue #119

Open C-ra-ZY opened 6 years ago

C-ra-ZY commented 6 years ago

simple build index.js:

console.log("hello world");

will cause 100% cpu and memory usage on windows 7 enterpirse, python 2.7, vs 2015. 8G memery is not enough to complete the build progress.

yoyokko commented 5 years ago

https://github.com/pmq20/node-packer/issues/83#issuecomment-344610424 看这个答案