sentry-java
sentry-java copied to clipboard
ALL THE CORES
: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
sendDefaultPIIis 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
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!
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.