Dear all,

Using the following piece of code makes the memory footprint of sage
grow indefinitely:

sage: K = GF(1<<50,'t')
sage: j = K.random_element()
sage: while 1:
....:    E = EllipticCurve(j=j)
....:    del E
....:

This seems to be less dramatic with finite fields of char != 2 and
inexistant for ZZ and QQ.

Am I missing something here to get my memory back ?

Cheers,

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

Reply via email to