-
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
Threads parameter is not working on Apple Silicon #770
Comments
Can you reproduce the issue ? |
@gnodet my |
I've set my |
@gnodet thanks. This is what I have:
My
And looking at one of my projects, this is what I have:
|
I think I know where the problem may be: the log message correctly displays the scaled down number of threads as I adjust the setting, however the CPU load pattern on both I am not sure if the problem is indeed w/ Maven Daemon. Maybe it's something specific about how the scheduler distributes the load on this OS/platform. So, I think we can close this @gnodet. |
Obs.: I'm opening a ticket for an issue I noticed while the support for M1 was not yet official. I noticed that this still seem to be happening. Back then, I wrote the following report:
One thing I noticed is that the build for ARM doesn't seem to respect the
mvnd.threads
setting or the -T flag. Using -T 0.5C here, still causes it to use all cores.Originally posted by @orpiske in #337 (comment)
The text was updated successfully, but these errors were encountered: