Re: Django: MemoryError

2011-07-09 Thread pankaj
On Jul 9, 6:13 pm, "Cal Leeming [Simplicity Media Ltd]" wrote: > It means that your Python instance ran out of memory in the middle of trying > to perform an operation of some sort. > > You can either change your code to have a lower memory footprint (i.e. > re-writing it so not as much memory i

Re: Django: MemoryError

2011-07-09 Thread Cal Leeming [Simplicity Media Ltd]
It means that your Python instance ran out of memory in the middle of trying to perform an operation of some sort. You can either change your code to have a lower memory footprint (i.e. re-writing it so not as much memory is needed), or you can increase your address space limit. You'd need to pos

Django: MemoryError

2011-07-09 Thread pankaj
Hi, I am frequently getting this error, but could not identify the root cause of this issue. Traceback (most recent call last): File "/ot/w/u/django-s/django/core/handlers/base.py", line 100, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/ot/w/u/