-
Notifications
You must be signed in to change notification settings - Fork 31
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
Crazy CPU usage on Mac (edit: also inside Docker container) #39
Comments
I've just started running |
Thanks for the report! I will look into this- |
Seems like there's a channel leak at
|
I previously wrote some code to watch files in a similar manner, and found it burned CPU like this, until I added a EDIT: there are actually several more |
Thanks for investigating @crabmusket, I’m seeing if I can rewrite some parts to use channels in a more “go” way, realised I may have done some things wrongly after attending a workshop that covers these sort of things! |
Hi,
I'm trying godev for the first time. It looks like the godev process is generating an astounding load on the CPU (over 1.00). I wonder if you have an infinite loop somewhere?
Edit: Also happens inside a Docker container
The text was updated successfully, but these errors were encountered: