Leonid Stashevsky
Leonid Stashevsky
@bog-walk, sorry for the long delay. It looks like we're out of memory because too many containers started. I don't want to have a failing build merged, so I will...
@obabichevjb, could you check if we can solve this?
Any updates? Doesn't work with the new version as well
It fails for Ktor `main` branch: https://github.com/ktorio/ktor after enabling IR transformations
@severn-everett, yep we can't make it without refactoring. Could you tell me if you have an idea on how to do that? As workaround we can try introducing some property...
It would be great to have a system property to adjust the pool size as well
Maybe we can try to fix this by manual allocation buffer for writing using a different constructor method, so the buffers for channels and primitives in Ktor will be tracked
You may try using the same strategy as for connection pool with lazy allocation and releasing allocated buffers through time
@bog-walk, if we're returning invalid UUID for some DBs it should be fixed before merging
Hey @05nelsonm, thanks for the PR. Let me run a CI check