-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Intermittent out of memory for Java 21 builds of Jenkins core on ci.jenkins.io #3874
Comments
Adding the error message (in case the build is recycled):
Also (to search for memory metrics):
|
Different angles to diagnose:
|
It is possible that the baseline memory requirements have increased beyond the 1.1 GB heap allocated to the Maven process in https://github.com/jenkinsci/jenkins/blob/95bff130c32c5c1fb049792d6419517748658633/.mvn/jvm.config. One way to prove this would be to set up a reproduction scenario (e.g., run the test in a loop and observe that it always fails within n iterations) and then slowly increase |
Exploring the out of memory error report from the Java 21 agents when packaging the war file. * jenkins-infra/helpdesk#3874
I've started 4 draft pull requests to build with Java 21 on Linux. I'm also running a series of 16 builds of Jenkins core on my local computer with a command line that is very close to the original command line used in the Jenkins job. |
From https://ci.jenkins.io/job/Core/job/jenkins/job/master/5747/consoleFull
|
Should be resolved by jenkinsci/jenkins#8856, builds are looking more stable. |
Unfortunately, even with jenkinsci/jenkins#8856 , we are still seeing intermittent failures like a recent dependabot pull request https://ci.jenkins.io/job/Core/job/jenkins/job/PR-8865/1/execution/node/271/log/#1318 |
Hi @MarkEWaite @timja @NotMyFault , could you confirm or infirm if these intermittent failures are still present (given the ci.jenkins.io infrastructure has been upgraded since the past 4 months)? |
As far as I can tell, there have not been out of memory failures on Java 21 builds in recent memory. I think this can be closed. |
Ack. I'm closing then, thanks! |
Service(s)
ci.jenkins.io
Summary
The Java 21 builds of Jenkins core on ci.jenkins.io have been reporting "out of memory" failures as in https://github.com/jenkinsci/jenkins/pull/8793/checks?check_run_id=19835902208 . It is not a consistent failure every time, but they have happened at least several times per week.
Reproduction steps
The text was updated successfully, but these errors were encountered: