On Jun 20, 2010, at 7:50 AM, Rolandb wrote:

Hi,

I found a more simplified example:

print get_memory_usage()
for i in xrange(10000): A(1,8,9)
print get_memory_usage()

Why is type(A)
'sage
.rings.polynomial.multi_polynomial_libsingular.MPolynomial_libsingu \lar' using memory?

No idea, maybe a memory leak in __call__ (or perhaps in libsingular itself)?

http://trac.sagemath.org/sage_trac/ticket/9298

- Robert

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to