Wednesday, March 30, 2011

Is Django "leaking memory"?

I've documented what is going on here:

http://stackoverflow.com/questions/5494178/why-doesnt-memory-get-released-to-system-after-large-queries-or-series-of-queri

Basically, the memory doesn't "grow continuously" but it isn't
released to the system (yes DEBUG = False in settings.py). What I'm
seeing is that after executing a series of large querysets, the memory
never gets released to the system. I go into it in depth on the
stackoverflow question. Is this the behavior to be expected or am I
encountering a bug in Django?

- Dan

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment