Alex Brown wrote:

>I have a test script that repeatedly POSTs to a generic_view
>create_object form.
>
>The problem, is that apache's memory usage just goes up and up, and
>never releases.
>  
>
It's a feature :-)

With DEBUG = True Django logs all executed SQL statements in db.queries. 
This is them taking up space.

--~--~---------~--~----~------------~-------~--~----~
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