On 3/26/06, Alex Brown <[EMAIL PROTECTED]> 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.

Hi Alex,

Make sure your DEBUG setting isn't set to True. If it's set to True,
Django will log every database connection in the variable
django.core.db.queries, and that variable is never purged or reset.

If you're not using DEBUG=True, could you give more information, such
as your model?

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

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