We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I'm having the same problem, did you fix it? @transient-ad
Sorry, something went wrong.
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.
nodemon
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.
--ignore node_modules
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: