-
Notifications
You must be signed in to change notification settings - Fork 155
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
8292083: Detected container memory limit may exceed physical machine memory #180
Conversation
👋 Welcome back jdowland! A progress list of the required criteria for merging this PR into |
The test builds and runs for me, and currently fails on my cgroup v2 system with
the relevant log line is reporting a negative value
I will investigate further |
This backport pull request has now been updated with issue from the original commit. |
I cannot reproduce on my cg v2 system. Is this a system with |
The test runs in a I'd made a mental note in the past to raise the issue of what was a reasonable baseline libc ABI for jdk8u-dev, and look at backports that change the base image for the tests (I don't think 11u or newer are using If you can run the test and it passes, I'm satisfied :) |
…and running
|
Ugh. I'd recommend running tests with I'm surprised this works for you at all ;-) |
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.
f9404e3
to
86c67cf
Compare
391d420
to
9377fbd
Compare
@jmtd Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See OpenJDK Developers’ Guide for more information. |
@jmtd This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
9377fbd
to
cc47aca
Compare
…memory Reviewed-by: sgehwolf Backport-of: f694f8a7671002559e7d23fdb65d5e9c768f9c03
86c67cf
to
d2a41ed
Compare
@jmtd Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
@jmtd This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
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.
Looks fine.
/integrate |
This is a backport of 8292083 for jdk8u-dev cgroups v2 support. It's not clean: context issues, replace the use of some log_debug and log_trace, and an adjustment to Asserts class location for hotspot tests.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/180/head:pull/180
$ git checkout pull/180
Update a local copy of the PR:
$ git checkout pull/180
$ git pull https://git.openjdk.org/jdk8u-dev pull/180/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 180
View PR using the GUI difftool:
$ git pr show -t 180
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/180.diff