-
Notifications
You must be signed in to change notification settings - Fork 216
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
Run with min 1 cpu core left to the user #111
Comments
Yes, If you want to make it permanent, you could alias
I am fine with the current default. What do others think? |
Okay whatever mvnd does by default does not feel like it leave any cpu resources left for me. I cant hardly browse my mail on in a web browser because cpu is 98-100% when you for example does a full rebuild of Apache Camel - runs for 20 min+. So maybe make it run with -2 core. And maybe make that -T option configureable in your general configuration file. Then I can hardcode it to 6. |
I agree that -T1C is too much, I now often run with -T0.5C which sounds
more reasonable.
We could change the default to this value...
Le mar. 20 oct. 2020 à 09:30, Claus Ibsen <notifications@github.com> a
écrit :
… Okay whatever mvnd does by default does not feel like it leave any cpu
resources left for me. I cant hardly browse my mail on in a web browser
because cpu is 98-100% when you for example does a full rebuild of Apache
Camel - runs for 20 min+.
And the parallel builds goes up to 8, and I have 8 cores.
So maybe make it run with -2 core.
And maybe make that -T option configureable in your general configuration
file. Then I can hardcode it to 6.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#111 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUQNV64SUKFRAAA4BYA3LSLU4AZANCNFSM4SXPPWLQ>
.
--
------------------------
Guillaume Nodet
|
👍 |
Leave 1 processor unused on the daemon by default, fixes #111
If you have 8 cores on a computer, then mvnd will utilize them. However if you work on other things then your computer can be a bit sluggish if mvnd is heavy building.
It would be good to tell mvnd to only use max cpu - 1 so I have 1 for my self.
The text was updated successfully, but these errors were encountered: