-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
Just simple open this gif file http://i.imgur.com/yBEqU6A.gif by using simple code:
sharp('yBEqU6A.gif').metadata()
.then(metadata => {
});It causes leak about 500 MB of memory for each open file. If 4 times to open this file, will leak about 2GB. Probably related fix https://github.com/jcupitt/libvips/pull/313
Affected current npm vesion for Windows and Ubuntu 14.04
It also may be a good idea to do sharp.format read/write, for example to disable magick.
Reactions are currently unavailable