On 6/17/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > I've been writing some code that populates our mysql db's through
> > django. I have about 55 MB of pickled data (translating to about 80k
> > new table entries and 78k new users).
> >
> > The problem is that python keeps allocating more and more memory ---
> > eventually eating up over 1.1 GB at which point the whole process
> > starts paging and crawls to a halt.

Looks like python's "feature" of not free'ing any memory at all.

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://www.hackndev.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