rustus icon indicating copy to clipboard operation
rustus copied to clipboard

Fix memory leaks in debian images

Open s3rius opened this issue 3 years ago • 1 comments

I found something interesting while using rustus for really large uploads. image

At some point rustus was using up to 2Gi per instance.

s3rius avatar May 01 '22 16:05 s3rius

There are no memory leaks in alpine versions. So the problem lies somewhere inside debian image. I'll keep this issue open for now.

s3rius avatar May 05 '22 13:05 s3rius

I replaced default allocator and it helped a lot. In production we don't have memory leaks now.

s3rius avatar Nov 19 '22 13:11 s3rius