cshum / imagor

Fast, secure image processing server and Go library, using libvips
Apache License 2.0
3.46k stars 137 forks source link

memory leak ? #496

Open StepanKuksenko opened 1 month ago

StepanKuksenko commented 1 month ago

I noticed a possible memory leak. Memory consumption has been growing continuously (the chart is for last 3 days)

image

At the same time, the number of requests does not repeat the memory usage pattern:

image

When I restart Imagor, memory consumption drops but starts growing again.

Imagor version: 1.4.15

Storage: GCS (via S3 Loader) The cache is used for both file result storage and file storage.

I turned on Debug mode to get some fresh logs. imagor-1.log

Let me know how I can help investigate this.

Thank you