sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

ALL THE CORES

Open runningcode opened this issue 7 months ago • 2 comments

:scroll: Description

Use all of them!

#skip-changelog

:bulb: Motivation and Context

:green_heart: How did you test it?

:pencil: Checklist

  • [ ] I added tests to verify the changes.
  • [ ] No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • [ ] I updated the docs if needed.
  • [ ] I updated the wizard if needed.
  • [ ] Review from the native team if needed.
  • [ ] No breaking change or entry added to the changelog.
  • [ ] No breaking change for hybrid SDKs or communicated to hybrid SDKs.

:crystal_ball: Next steps

runningcode avatar Jun 18 '25 13:06 runningcode

If i remember correctly we did this when trying to fix CI freezing randomly. Our suspect was out of memory because of too many things running at the same time. Let's do this (things improved in the meantime), and keep it in mind if we have other problems with CI again

yup it was this PR https://github.com/getsentry/sentry-java/pull/3814. Unsure if it got better, but we can try again!

romtsn avatar Jun 18 '25 15:06 romtsn

Good to know the context. If this is a CI only thing then we should set the workers to 2 only on CI. I’ll do that if this happens again.

runningcode avatar Jun 18 '25 15:06 runningcode