node-supervisor
node-supervisor copied to clipboard
100% CPU load when I use 'supervisor app.js' but when I use' node app.js ' just only 5% CPU load
100% CPU load when I use 'supervisor app.js' but when I use' node app.js ' just 5% CPU load ;
Is it cause by node or supervisor ? how to resolve?
I'm having the same problem, did you fix it? @transient-ad
How to auto-reload files in Node.js? you can find a solution in here. @transient-ad
The same problem.
Switching to nodemon is probably a good idea, given the lack of activity in this project.
Re: CPU load, try adding --ignore node_modules to make sure supervisor isn't burning a lot of cycles watching for changes in files there.