Tony Robalik
Tony Robalik
One thing we could do is provide additional bundles out of the box for known use-cases, such as with Spring Boot. We already do this for Kotlin iirc.
Thanks for the issue. Build scans might be useful as a secondary resource,* but to really understand the source of a performance slowdown like this, I need CPU profiles, e.g....
I had a thought, and I think it's plausible that it's this change in 3.4.0 that caused the regression: ``` [Fix]: Improve IP safety of GlobalDslService. ``` That involved some...
@Vampire would you mind taking a look and reminding me of the expectation in this case?
Alright, thanks. I can take a look at the repro and get a better trace as to why it's saying that.
Thanks for the issue.
Thanks for the report. My guess is that it has to do with this new feature in v3.5.0: ``` [Feat]: check binary compatibility between consumer and producer code. ``` You...
> Adding `-Pdependency.analysis.check-binary-compat=false` worked for me as I'm facing the same issue. > > I'd prefer not to adjust my heap size as this has traditionally caused unrelated issues, do...
@patrick-dedication and @akoufa I would be more than happy to sign an NDA if that would help work around the problem of sharing a proprietary heap dump. If this is...
> Leak suspect analysis finds DefaultExternalModuleComponentGraphResolveState as top suspect taking up 23% (700M) of heap This is interesting but unlikely to be related to the changes in 3.5.0.* I wonder...