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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, doerwalter, eisele
Date 2007-11-30.17:56:07
SpamBayes Score 0.026116721
Marked as misclassified No
Message-id <1196445367.56.0.893804583925.issue1521@psf.upfronthosting.co.za>
In-reply-to
Content
> @bigmemtest(minsize=_2G*2+2, memuse=3)

minsize=_2G + 2 should trigger your second problem (where the size wraps
to a negative number). Then 7G is "enough" for the test to run.
History
Date User Action Args
2007-11-30 17:56:07amaury.forgeotdarcsetspambayes_score: 0.0261167 -> 0.026116721
recipients: + amaury.forgeotdarc, doerwalter, eisele
2007-11-30 17:56:07amaury.forgeotdarcsetspambayes_score: 0.0261167 -> 0.0261167
messageid: <1196445367.56.0.893804583925.issue1521@psf.upfronthosting.co.za>
2007-11-30 17:56:07amaury.forgeotdarclinkissue1521 messages
2007-11-30 17:56:07amaury.forgeotdarccreate