Martin Obrátil
Martin Obrátil
@RussKie can we use object pool instead of having it thread local? I'm a bit worried that if the methods are invoked each time from a different thread it will...
@RussKie Now it looks good, thanks
@martintmk I like your proposal because it makes the decisions about storing the stream in memory explicit. The developer should explicitly say that some potentially large allocation is going to...
@RussKie thanks for looking into this! Yes, this test indeed replicates the issue so we can use it for validation of the fix. I tried to create a test using...
@nezdali , I deployed your change into my own cluster that has cgroupsv2 and printed SystemResources object. ``` The cluster have following resources in yaml: resources: requests: cpu: "300m" memory:...
The issue was resolved by this PR: https://github.com/dotnet/extensions/pull/5068
@tarasevichvlad I'm afraid that this problem is caused by this issue: https://github.com/dotnet/extensions/issues/5114