quarkus-test-suite icon indicating copy to clipboard operation
quarkus-test-suite copied to clipboard

Fix not enough space error for keycloak container image quay.io/keycloak/keycloak:25.0

Open jcarranzan opened this issue 4 months ago • 2 comments

Summary

In our daily jobs, we experienced OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006af400000, 4034920448, 0) failed; error=' Not enough space' (errno=12)#.

It was some improvements with https://github.com/quarkus-qe/quarkus-test-framework/pull/1351 Apart from that, the' HttpAdvancedIT' test also needs to be updated, and I did with this PR. I've tested in our Jenkins-job and the test PASSED.

Please select the relevant options.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] Dependency update
  • [ ] Refactoring
  • [ ] Backport
  • [ ] New scenario (non-breaking change which adds functionality)
  • [ ] This change requires a documentation update
  • [ ] This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • [x] Methods and classes used in PR scenarios are meaningful
  • [x] Commits are well encapsulated and follow the best practices

jcarranzan avatar Oct 07 '24 14:10 jcarranzan