-
Notifications
You must be signed in to change notification settings - Fork 27
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
Huge CPU load #23
Comments
thanks for the feedback. I will investigate this. Just to verify, does running your containers without sentry drastically reduce the hyperkit cpu? |
yes I found a workaround. Run sentry on Mac. On file change rerun docker container, like this:
Please also consider #25 |
so sentry is not a cpu hog when being run directly on the host? its only when running in docker? |
What is the processor and ram on your Mac? I am running a few sentries locally and hyperkit is staying below 20% (usually bellow 10%). |
I'm having the same issue, getting 300%+ (4 cores) with sentry running in the container. (lucky framework uses sentry for Related: docker/for-mac#1094 Though for me a factory reset doesn't solve the problem. To answer your question to msa7: MacBook Pro (Retina, 15-inch, Mid 2014) Docker has access to: I suppose I could increase the Swap? For now planning on running watch from host and triggering a recompile in the container from there like msa7. |
OK a few notes:
|
@KCErb yes please let me know what you find. |
Thanks for the useful shard.
I run three Sentry, each in the docker container.
I have huge CPU load
Maybe Senty should use
kqueue
or similar, like rerun gem?The text was updated successfully, but these errors were encountered: