Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 54893
BY: Tim Hunter (rmagick)
DATE: 2008-04-21 18:16
SUBJECT: RE: Memory leak in conversion script?

 

See this entry in the Hints and Tips forum: http://rubyforge.org/forum/forum.php?thread_id=1374&forum_id=1618.

In RMagick 1 you can mitigate this by calling GC.start from time to time. In RMagick 2 you can use the destroy! method to free image objects instead of waiting for GC to run.


Thread View

Thread Author Date
Memory leak in conversion script?Ronald Pijnacker2008-04-21 18:06
      RE: Memory leak in conversion script?Tim Hunter2008-04-21 18:16
            RE: Memory leak in conversion script?Ronald Pijnacker2008-04-24 09:16
            RE: Memory leak in conversion script?Como Pasta2011-08-15 19:06

Post a followup to this message