This message was deleted.
# performance
s
This message was deleted.
p
What Gradle version are you using? Is this running in containers? I'm thinking of https://github.com/gradle/gradle/issues/17610 which got fixed in 8.1
b
We are on Gradle 7.4 currently, with an upgrade to 8.1 in progress. We see the OOMs when running in containers in CI, however the local builds experience the same worker growth, it just happens that we don’t notice or run OOM on the 32 GB developer machines. That will be interesting to evaluate if 8.1 fixes the issue for us, thanks for that link.