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 eisele
Recipients amaury.forgeotdarc, doerwalter, eisele
Date 2007-11-30.17:49:39
SpamBayes Score 0.011456137
Marked as misclassified No
Message-id <1196444980.06.0.733269580298.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
> How do you run the test? Do you specify a maximum available size?
I naively assumed that running "make test" from the toplevel would be
clever about finding plausible parameters. However, it runs the bigmem
tests in a minimalistic way, skipping essentially all interesting bits.  

Thanks for the hints on giving the maximal available size explicitly,
which work in principle, but make testing rather slow. Also, if the
encode/decode test are decorated with 
@bigmemtest(minsize=_2G*2+2, memuse=3)
one needs to specify at least -M 15g, otherwise the tests are still
skipped.  No wonder that people do not normally run them...
History
Date User Action Args
2007-11-30 17:49:40eiselesetspambayes_score: 0.0114561 -> 0.011456137
recipients: + eisele, doerwalter, amaury.forgeotdarc
2007-11-30 17:49:40eiselesetspambayes_score: 0.0114561 -> 0.0114561
messageid: <1196444980.06.0.733269580298.issue1521@psf.upfronthosting.co.za>
2007-11-30 17:49:40eiselelinkissue1521 messages
2007-11-30 17:49:39eiselecreate