-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
High CPU usage even when idle #44
Comments
Hey @dmccarthy-tssg ! |
Nothing, that's the point. I just provisioned a clean Vagrant image and started all the processes. I saw high CPU usage and investigated. I was expecting couchbase to be the problem but it turned out to be the python process. Are you running it through Vagrant and/or virtualenv? Philip recently changed the tmux(start) script to the following (cd ~/repos/api-framework/OPENiapp/ && venv/bin/python manage.py runserver 0.0.0.0:8889). Are you running it the same way on your local machine? |
Good morning Donal, |
I'm not seeing anything in the logs that can explain the high CPU. I've asked others if they aer seeing it in their Vagrant environment but nobody seems to be using Vagrant..... which is very worrying! |
is this ok? |
Hi guys,
My Vagrant VM is recording high CPU usage originating from the api frameworks python process. It ranges between 29-65% CPU but averages at 37%. It does so when no endpoints are being called. Have you seen this on your local machine?
Regards,
Dónal.
The text was updated successfully, but these errors were encountered: