-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm transforming images to run them through an Nx.Serving. One of the transformation steps is a resize. I was originally using the resize function in this module. When we first put it under heavy load memory usage shot up quickly and never came back down. Swapping out the NxImage.resize call for StbImage.resize resolved the memory issue. I suspect there is some memory leak in the resize function of this library.
Metadata
Metadata
Assignees
Labels
No labels