Message4544

Author amak
Recipients amak, billiejoex, kfitch42, pjenvey
Date 2009-04-19.15:52:10
SpamBayes Score 0.0001415338
Marked as misclassified No
Message-id <1240156330.55.0.0275635612247.issue1312@psf.upfronthosting.co.za>
In-reply-to
Content
[billiejoex]
> It's surprising Jython uses so much memory!
> With cPython the test suite uses 20 Mb at most.
> Anyway, I bumped up the VMWare memory to 1028 Mb but the problem persists.

Are you sure that your "buffer" implementation is memory eficient?

Cpython's buffer implementation is efficient. But jython does not
support buffer. The "mock" version of buffer that you are using may
perhaps be causing the memory problem?
History
Date User Action Args
2009-04-19 15:52:10amaksetmessageid: <1240156330.55.0.0275635612247.issue1312@psf.upfronthosting.co.za>
2009-04-19 15:52:10amaksetrecipients: + amak, pjenvey, billiejoex, kfitch42
2009-04-19 15:52:10amaklinkissue1312 messages
2009-04-19 15:52:10amakcreate