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
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
Same when I run my app.
macOS: 10.12.6 Processor: 2,9 GHz Intel Core i7 Memory: 16 GB 2133 MHz LPDDR3
10.12.6
2,9 GHz Intel Core i7
16 GB 2133 MHz LPDDR3
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
Hey, I noticed that hivemind takes 99% CPU all the time.
Initially, I thought it's something w/ my processes, but nope.
Procfile
results in
Same when I run my app.
macOS:
10.12.6
Processor:
2,9 GHz Intel Core i7
Memory:
16 GB 2133 MHz LPDDR3
The text was updated successfully, but these errors were encountered: