IvanovCosmin
IvanovCosmin
I did not manage to reporduce this issue. This is my unit test, which passes with the latest version of the code. Please let me know if I misunderstood the...
I managed to reproduce this issue with the following unit test. I am currently attempting understanding the issue, and hopefully I will come up with a fix ```python from litestar...
Hi @provinzkraut @Goldziher I need your guidance to come up with a solution. Please guide me towards someone else if you are not the right people to speak to. Also...
I am unsure if the gc call is still necessary. It seems to be related to the sampler, but also it seems to make no difference now. I'll let you...
> believe that memory will not increase over time in the _group_frames function because memory is released after calling fifo.read(). It does not increase over time, it just increases too...