rustus
rustus copied to clipboard
Fix memory leaks in debian images
I found something interesting while using rustus for really large uploads.

At some point rustus was using up to 2Gi per instance.
There are no memory leaks in alpine versions. So the problem lies somewhere inside debian image. I'll keep this issue open for now.
I replaced default allocator and it helped a lot. In production we don't have memory leaks now.