Skip to content
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

hivemind takes 99% CPU #7

Closed
alex35mil opened this issue Nov 9, 2017 · 2 comments
Closed

hivemind takes 99% CPU #7

alex35mil opened this issue Nov 9, 2017 · 2 comments

Comments

@alex35mil
Copy link

Hey, I noticed that hivemind takes 99% CPU all the time.
Initially, I thought it's something w/ my processes, but nope.

Procfile

fake: sleep 10000

results in

screen shot 2017-11-09 at 12 00 48

Same when I run my app.

macOS: 10.12.6
Processor: 2,9 GHz Intel Core i7
Memory: 16 GB 2133 MHz LPDDR3

@sheerun
Copy link

sheerun commented Nov 19, 2017

Same issue.

Here's sample of this process:
https://gist.github.com/sheerun/fddaad04ee2138ed5c5ad765c31efe3e

And here's proof it does a ton of syscalls and context switches:
https://i.imgur.com/HfTAxeT.png

@DarthSim
Copy link
Owner

DarthSim commented Nov 20, 2017

Hi guys. Thanks for pointing on this. I had the same issue with overmind, but didn't check hivemind.
Fixed in the latest release https://github.com/DarthSim/hivemind/releases/tag/v1.0.4
PR to Homebrew is waiting for merge Homebrew/homebrew-core#20881

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants