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 vstinner
Recipients Arfrever, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.12:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428065613.93.0.79035719927.issue22643@psf.upfronthosting.co.za>
In-reply-to
Content
> Perhaps adding bigmemtest is not worth if memory requirements are less than 1 GiB.

What is the current limit if you don't pass -M option to regrtest? In @bigimemtest, I see "maxsize = 5147". Is it a number of bytes? 5 kB of memory?

IMO it's interested to use @bigmemtest if a test uses 100 MB of memory or more, but regrtest should use tests using less than 500 MB by default (or maybe less than 1 GB by default).
History
Date User Action Args
2015-04-03 12:53:34vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, serhiy.storchaka, pkt
2015-04-03 12:53:33vstinnersetmessageid: <1428065613.93.0.79035719927.issue22643@psf.upfronthosting.co.za>
2015-04-03 12:53:33vstinnerlinkissue22643 messages
2015-04-03 12:53:33vstinnercreate