On 8/18/07, Berry <[EMAIL PROTECTED]> wrote:
> Why is this program eating memory?

If settings.DEBUG = True, django.db.connection.queries logs all
queries sent to the DB.

Either turn off debug, or truncate that list occasionally, maybe once
for each outer loop.

from django.db import connection
connection.queries = []

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to