eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

Add swap space to ub20 390 machine #17472

Open pshipton opened 1 year ago

pshipton commented 1 year ago

Re https://github.com/eclipse-openj9/openj9/issues/17323 I'm guessing the problem is the ub20-390 machines don't have any swap space configured. If we can configure one with swap space then we can check if it resolves the test failure.

https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D1/ https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D2/ https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D3/ https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D4/ https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D5/ https://openj9-jenkins.osuosl.org/computer/ub20%2D390%2D6/

The rhel7-390 machines do have swap space and don't fail.

pshipton commented 1 year ago

@AdamBrousseau