Michal Vavřík
Michal Vavřík
> Events can also be added to current spans. Will that work? Will explore that. thank you.
/cc @sberyozkin
> @michalvavrik, @zakkak, thanks Foivos, so can we have #14139 closed as a duplicate it looks like this issue refers to the same existing problem with the BC FIPS JSSE...
> @michalvavrik https://quarkus.io/guides/security-customization#bouncy-castle-jsse-fips documents this is currently not supported in native, so a bit of a good news it does not break any user expectations, but I'll give it another...
> Thanks. It doesn't seem GraalVM CE/Mandrel related. We see it in CI sometimes passing (producing a 200MB binary!) and sometimes failing (Watchdog timeout or GC overhead limit). This is...
Although `The Native Image build process ran out of memory. (The maximum heap size of the process was set with '-Xmx4g'.)` there was default maximum set somehow.
Sorry, I just tried it with `quarkus.native.native-image-xmx=10g` and it works. So it's like previous comments here says - Kubernetes client takes too much now.
hello @maxlam79 this is issue for RESTEasy Classic, there is palpable difference on implementation side. If you provide a reproduce for RESTEasy Reactive, I'll have a look.
I'll check what we can do for RESTEasy Classic version.
/cc @zhfeng @mmusgrov