-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Oracle DevServices: limit CPU to 2 to avoid excessive memory consumption #24975
Conversation
99f4a91
to
7f2e295
Compare
7f2e295
to
a7995ae
Compare
@DavideD we might want to apply similar tuning in Hibernate Reactive ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable
I wanna try if this works, but I am really having trouble getting quarkus built and the snapshot pushed to our company internal repository. Is there a way to have the CI build and publish a version of this? |
Unfortunately, no, we don't publish snapshots of pull requests |
Have you read the contributing guide to see how to build ? |
Yes, and I can get it to build with the I changed the
but I can't push the snapshots there:
It's most certainly a wetware issue and has nothing to do with quarkus. For me in 99% of cases a 403 Forbidden error is not actually permission related (I can push to that repository fine in other cases), but instead indicated me trying to push the wrong thing to the wrong repository. I just don't see what is wrong there. Maven sometimes just breaks my head. I'll try again tomorrow if I find the time. |
@Felk I can try verifying that my patch does indeed translate to the equivalent of running Perhaps you could verify on your 100 CPU machine if running oracle that way works fine? Then we can assume this is most likely fixed and merge it since it seems otherwise harmless. You can then more easily test it at the next release, and in worse case we can re-open the issue. |
So apparently I actually need to use |
Something is off with github, it's not reflecting the changes I just pushed. Will need to open a new PR. Replaced by #25009 |
(removed)