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 twouters
Recipients BreamoreBoy, pitrou, twouters
Date 2011-03-25.09:31:40
SpamBayes Score 2.8800372e-05
Marked as misclassified No
Message-id <1301045501.59.0.103575836637.issue5438@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not surprised this test takes up more memory... It claims to take up 9 times the test size in memory, with a minimum useful test size of 1G. With a limit of 12G that would make the test size about 1.33G. However, it then proceeds to build a tuple of 159 million distinct integers and stuffs them into a tuple. Each integer is at least 24 bytes long, plus the 8 of the pointer in the tuple, making the total memory use over 32 times the test size. I'll fix the test.
History
Date User Action Args
2011-03-25 09:31:41twouterssetrecipients: + twouters, pitrou, BreamoreBoy
2011-03-25 09:31:41twouterssetmessageid: <1301045501.59.0.103575836637.issue5438@psf.upfronthosting.co.za>
2011-03-25 09:31:41twouterslinkissue5438 messages
2011-03-25 09:31:40twouterscreate