This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Itai.i
Recipients Itai.i, illume, jimjjewett, loewis, markmat, pitrou
Date 2010-08-18.14:25:09
SpamBayes Score 1.3493856e-10
Marked as misclassified No
Message-id <1282141511.78.0.452561004375.issue1524938@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-08-18 14:25:12Itai.isetrecipients: + Itai.i, loewis, jimjjewett, pitrou, illume, markmat
2010-08-18 14:25:11Itai.isetmessageid: <1282141511.78.0.452561004375.issue1524938@psf.upfronthosting.co.za>
2010-08-18 14:25:10Itai.ilinkissue1524938 messages
2010-08-18 14:25:09Itai.icreate