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 pitrou
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, jorgsk, nadeem.vawda, nyevik, pitrou, santoso.wijaya
Date 2011-08-19.12:23:02
SpamBayes Score 2.2394516e-07
Marked as misclassified No
Message-id <1313756451.3549.2.camel@localhost.localdomain>
In-reply-to <1313725176.92.0.154184830871.issue11564@psf.upfronthosting.co.za>
Content
> I have tried running the tests on a machine with 12GB of RAM, but when I do so,
> the new tests get skipped saying "not enough memory", even when I specify "-M 11G"
> on the command-line.

How much does it say is required?
Did you remove the skips in BigmemPickleTests?

>  The problem seems to be the change to the precisionbigmemtest
> decorator in test.support. I don't understand what the purpose of the "dryrun"
> flag is, but the modified condition for skipping doesn't look right to me.

Well, perhaps I got the logic wrong. Debugging welcome :)
History
Date User Action Args
2011-08-19 12:23:03pitrousetrecipients: + pitrou, amaury.forgeotdarc, belopolsky, alexandre.vassalotti, nadeem.vawda, santoso.wijaya, nyevik, jorgsk
2011-08-19 12:23:03pitroulinkissue11564 messages
2011-08-19 12:23:02pitroucreate