Jonas Konrad

Results 257 comments of Jonas Konrad

a good first step would be to support it in the generator, if anyone is interested in writing a pr. it's not on my roadmap atm.

@tchiotludo please give us some way to reproduce this. The form/multipart code is very complex and I don't see a starting point for debugging here

you could try setting `micronaut.server.netty.server-type: full_content`

@loicmathieu only works if you lower your max-request-size to something that fits in memory.

yes i still need a reproducer, either from you or from @katoquro . full_content buffers the full request and bypasses most places that use DelayedExecutionFlow. but it's not recommended for...

I don't think we can do much about this if we can't delete files we created.

The reproducer is private, can you please make it public

what does your model look like? some Object field? maybe you should try removing that

what im confused by is why you spend so much time in _findAndAddDynamic. Ideally that call should only happen a few times before it's cached. You mention you already tried...

I'm still confused by the new flame graphs. The bulk of the time is spent in _findAndAddDynamic. aiui, this method is supposed to populate a cache, it's not going to...