in reply to Re: Gargantuan memory consumption issues
in thread Gargantuan memory consumption issues

This is the likely culprit. Either set stack_depth() on the Mech object, or periodically destroy the object and create a new one.
  • Comment on Re^2: Gargantuan memory consumption issues

Replies are listed 'Best First'.
Re^3: Gargantuan memory consumption issues
by spx2 (Deacon) on Dec 23, 2008 at 02:49 UTC
    Thank you , this was indeed the problem