Message4525

Author kfitch42
Recipients billiejoex, kfitch42, pjenvey
Date 2009-04-17.15:01:17
SpamBayes Score 0.0054340325
Marked as misclassified No
Message-id <1239980477.63.0.49779250702.issue1312@psf.upfronthosting.co.za>
In-reply-to
Content
256MB is not very much. Java LOVES RAM, Python LOVES RAM ... put the two
together and ... well 256 probably isn't going to cut the mustard.

can you run

free -s 0.25 

In another terminal while you run the tests. On my box the amount of
free memory drops from ~274MB down to as low as ~24MB during the run ...
so it looks like it really wants about 250MB to run! So a box with only
256MB of RAM is going to have a tough time running this test.
History
Date User Action Args
2009-04-17 15:01:17kfitch42setmessageid: <1239980477.63.0.49779250702.issue1312@psf.upfronthosting.co.za>
2009-04-17 15:01:17kfitch42setrecipients: + kfitch42, pjenvey, billiejoex
2009-04-17 15:01:17kfitch42linkissue1312 messages
2009-04-17 15:01:17kfitch42create