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 neologix
Recipients Ramchandra Apte, mark.dickinson, neologix, phillies, pitrou
Date 2011-12-08.18:57:43
SpamBayes Score 0.0002738841
Marked as misclassified No
Message-id <1323370664.73.0.510885106837.issue13555@psf.upfronthosting.co.za>
In-reply-to
Content
> my computer has 122GB free RAM

122, or 1.22?

> Well, replace cPickle by pickle and it works.

cPickle makes some direct call to malloc()/realloc()/free(), contrarily to pickle which uses pymalloc. This could lead to heap fragmentation.

What does the following return ?
$ /usr/bin/time -v python test.py
History
Date User Action Args
2011-12-08 18:57:44neologixsetrecipients: + neologix, mark.dickinson, pitrou, Ramchandra Apte, phillies
2011-12-08 18:57:44neologixsetmessageid: <1323370664.73.0.510885106837.issue13555@psf.upfronthosting.co.za>
2011-12-08 18:57:44neologixlinkissue13555 messages
2011-12-08 18:57:43neologixcreate