h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.65k stars 337 forks source link

does bimg have any mem leaks? #454

Closed Winens closed 1 year ago

Winens commented 1 year ago

im processing images to convert them into smaller webp images. this is what it look like when i didnt process any images: image

and this is when i process images: image

may be it doesnt free the memory? i don't know, but when i process another new image, the memory is still increasing. image

is this normal?

Winens commented 1 year ago

the memory has been free after a while. everything is okey.