-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Test Linux with JDK 21 #8848
Test Linux with JDK 21 #8848
Conversation
Exploring the out of memory error report from the Java 21 agents when packaging the war file. * jenkins-infra/helpdesk#3874
This reverts commit 77d1350.
@MarkEWaite is there a reason you reverted the JVM memory limit? I suspect that will be the fix and I've opened another PR here: #8856 |
Failure is in war packaging, tests may not matter
I was trying to check if the problem would happen without the JVM memory limit change. Unfortunately, all 4 draft pull requests passed without the JVM memory limit change. |
probably needs running in a loop, I had one fail last night for the issue |
…r-b', 'java-21-OutOfMemoryError-c' and 'java-21-OutOfMemoryError-d' into java-21-OutOfMemoryError
Exploring the out of memory error report from the Java 21 agents when
packaging the war file.