-
Notifications
You must be signed in to change notification settings - Fork 214
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
No reuse of daemons, no build speedup. #261
Comments
I'm seeing the same behaviour on Mac. Every run says that the daemon is either busy or incompatible. |
Thanks for the report. Could you please briefly describe which |
Thanks, I was able to figure out what is the problem. The fix is underway. |
'Starting new daemon, 1 incompatible, 3 stopped'
Each time I invoke mvnd, it starts a new daemon, and there is no build speedup. How does it check for a compatible daemon?
OS: Ubuntu 20.04
AMD Ryzen Processor
Oracle 1.8.0 JDK
P.S. I would use mvnd even with no speedup because the build output is so improved!
The text was updated successfully, but these errors were encountered: