quarkiverse / quarkus-pact

Pact is a widely-recommended framework for consumer-driven contract testing. This Quarkus extension gives the best Pact integration with Quarkus.
https://pact.io/
Apache License 2.0
12 stars 6 forks source link

Fix failures in ecosystem CI, caused by insufficient memory #210

Closed holly-cummins closed 3 months ago

holly-cummins commented 3 months ago

Somewhere between Quarkus 3.11 and 3.12 the ecosystem CI started failing. The root cause was not obvious, but I believe it is caused by OOMs somewhere, which do not make it to visible stack traces.

The pragmatic fix for pact is to allow more memory. The Quarkus issue is (sort of) tracked by https://github.com/quarkusio/quarkus/issues/38814 and https://github.com/quarkusio/quarkus/issues/41156.