BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

The rapid growth of memory #2662

Open mmj1997 opened 2 years ago

mmj1997 commented 2 years ago

I am working on a function to add filters to pictures. When I use GPUImage to add filters to multiple pictures at the same time, it will cause the memory to grow rapidly and the application will crash. How can I solve this problem?