Thanks Tom settings.DEBUG was True, now False and all well.... Thanks again
Thanos trades done 750000 in 3640.73300004 trades done 751000 in 3645.21700001 trades done 751812 in 3649.15499997 (6711, 6732, 751812) On Jul 19, 11:56 am, Tom Evans <[email protected]> wrote: > On Tue, Jul 19, 2011 at 4:33 PM, thanos <[email protected]> wrote: > > os: win32 > > db: oracle 10 > > django: 1.3 > > python: 2.7 > > > While inserting around 750K of records I get the following error > > settings.DEBUG is True or False? > > If True, it will store a log of every query and statistics about that > query in django.db.connection.queries. IE, with settings.DEBUG, you > will have a (deliberate) memory leak until the connection is > destroyed. > > Cheers > > Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

