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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2015-04-03.13:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428066162.06.0.746817268776.issue22643@psf.upfronthosting.co.za>
In-reply-to
Content
bigimem tests are ran with dummy size = 5147 if dry_run = True (default) and skipped if dry_run = False. Almost always you need dry_run = False.

The -M option doesn't work with less than 1 GiB.

In this case likely the buildbot had enough memory at the start, but then some memory leaked in tests (perhaps mainly in tracebacks of failed tests).
History
Date User Action Args
2015-04-03 13:02:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, Arfrever, python-dev, pkt
2015-04-03 13:02:42serhiy.storchakasetmessageid: <1428066162.06.0.746817268776.issue22643@psf.upfronthosting.co.za>
2015-04-03 13:02:42serhiy.storchakalinkissue22643 messages
2015-04-03 13:02:41serhiy.storchakacreate