On Wed, 2009-06-24 at 03:20 -0700, alecs wrote: > Hi! I'm trying to upload a large file (700Mb) and something wrong with > django happens: First it starts caching enormously (4Gb of ram are > used), than it starts to purge caches and starts swapping (1Gb of swap > is used). > Have you ever faced with such a thing ? Django 1.02, mod_wsgi + Apache > 2.2 > Thanks :)
Hi, have you tried to set FILE_UPLOAD_MAX_MEMORY_SIZE ? There are a couple if tips there too: http://docs.djangoproject.com/en/dev/topics/http/file-uploads/ Hopes this will help. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---