-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Reduce AIX memory usage due to fork failures #1555
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Stewart Addison <[email protected]>
sxa
added
bug
Issues that are problems in the code as reported by the community
aix
Issues that affect or relate to the AIX OS
labels
Feb 19, 2020
sxa
force-pushed
the
reduce_aix_ram_usage
branch
from
February 19, 2020 17:53
853f3e9
to
23d1d74
Compare
lumpfish
approved these changes
Feb 19, 2020
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.
Let's give it a try
sxa
pushed a commit
to sxa/temurin-build
that referenced
this pull request
Feb 21, 2020
Signed-off-by: Stewart Addison <[email protected]>
karianna
pushed a commit
that referenced
this pull request
Mar 6, 2020
* Adjust AIX RAM limit down to aid JDK14 (#1555) Signed-off-by: Stewart Addison <[email protected]> * macos: Disable codesigning attempts on JDK13 Signed-off-by: Stewart Addison <[email protected]>
karianna
pushed a commit
that referenced
this pull request
Mar 16, 2020
* Adjust AIX RAM limit down to aid JDK14 (#1555) Signed-off-by: Stewart Addison <[email protected]> * Revert "Go back to using non-JIT arm32 JDK8 so we can do a release (#1588)" This reverts commit 01f365e.
gdams
pushed a commit
that referenced
this pull request
Apr 7, 2020
…he aarch32-specific one for April GA (#1655) * Adjust AIX RAM limit down to aid JDK14 (#1555) Signed-off-by: Stewart Addison <[email protected]> * Revert to non-JIT version of aarch32/JDK8 Signed-off-by: Stewart Addison <[email protected]>
gdams
pushed a commit
that referenced
this pull request
Apr 15, 2020
* Adjust AIX RAM limit down to aid JDK14 (#1555) Signed-off-by: Stewart Addison <[email protected]> * Revert "Inhibit nightly testing during April 2020 release cycle" This reverts commit 8768423. Co-authored-by: Stewart X Addison <[email protected]>
karianna
pushed a commit
that referenced
this pull request
Apr 15, 2020
* Adjust AIX RAM limit down to aid JDK14 (#1555) Signed-off-by: Stewart Addison <[email protected]> * doc: Add banner and release note info to RELEASING.md Signed-off-by: Stewart Addison <[email protected]> Co-authored-by: Stewart X Addison <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reducing this value appears to make it a bit more reliable. Going forward we should probably use
--with-jobs
but in the absence of extra testing for now, this should sufficeI'm vaguely optimistic that this fixes adoptium/infrastructure#1151
Signed-off-by: Stewart Addison [email protected]