galatolofederico / manim-presentation

Tool for live presentations using manim
GNU General Public License v3.0
162 stars 18 forks source link

Memory Leak #11

Closed linusheck closed 3 years ago

linusheck commented 3 years ago

Hi, I'm pretty sure that manim_presentation has a "memory leak" with regards to cv2. It doesn't unload the non-playing videos? I definitely keeps them in RAM. So it's not really a leak, but if your presentation is in sum bigger than your RAM, you have a problem.

linusheck commented 3 years ago

I can look at it and fix it soon :) I definitely will need to fix it until my presentation :D

linusheck commented 3 years ago

See my PR :) #12

galatolofederico commented 3 years ago

Thanks for the fix!