consider the following Sage code: while True: reset() # do some time– and memory-consuming stuff (using mpmath)
When it is run, we witness at each iteration the amount of memory growing, until, after 10 hours or so, it takes 3Gb of RAM and triggers an OOM kernel event... Is it a memory leak? How one does debug this? Thanks, Dima -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org