On 6/17/06, Vladimir Pouzanov <[EMAIL PROTECTED]> wrote:
> Looks like python's "feature" of not free'ing any memory at all.
>

Actually, it doesn't sound like that issue.
(Info on the issue here:
http://evanjones.ca/python-memory.html
)

That memory release issue is specifically a problem for apps that use
a large peak of memory, then don't need it any more.  It's not that
stuff isn't freed at all, it's that it's not freed back to the OS.
It's freed for reuse within python.

And even that's fixed in 2.5.

+1 on DEBUG

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to