[issue1524938] PEP MemoryError with a lot of available memory gc not called

Itai i report at bugs.python.org
Wed Aug 18 16:25:11 CEST 2010


Itai i <itai.in at gmail.com> added the comment:

Hi all,

I'm joining Mark's assertion - this is a real issue for me too. I've stumbled into this problem too. 
I have a numpy/scipy kind of application (about 6000+ lines so far) which needs to allocate alot of memory for statistics derived from "real life data" which is then transformed a few times by different algorithms (which means allocating more memory, but dumping the previous objects).

Currently I'm getting MemoryError when I try to use the entire dataset, both on linux and on windows, python 2.5 on 64bit 4gb mem machine. (The windows python is a 32bit version though cause it needs to be compatible with some dlls. This is the same reason I use python 2.5)

----------
nosy: +Itai.i
versions:  -Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1524938>
_______________________________________


More information about the Python-bugs-list mailing list