PS:

> One can then do
>   sage: for p in primes(2,1000000):
>   ....:     R.<x,y,z> = GF(p)[]
>   sage: get_memory_usage()
>   778.35546875

And:
sage: len(sage.rings.polynomial.polynomial_ring_constructor._cache)
34

Hence, indeed, some rings were garbage collected.

Cheers,
      Simon

--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to