thoas / picfit

An image resizing server written in Go
http://bit.ly/1E7rSoi
MIT License
2.14k stars 177 forks source link

GIF transform memory usage #119

Open theromis opened 5 years ago

theromis commented 5 years ago

Today stepped on issue of transforming 37mb animated gif, used all memory on my 5$ DigitalOcean VM and killed server completely. Maybe we can add ability to limit memory processing buffer or it even exists?

thoas commented 5 years ago

@theromis great idea, we generally limit uploaded gifs on the application side to avoid picfit to manage this, but if you want to implement it I will be pleased to merge it 👍