Message4544
[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? |
|
Date |
User |
Action |
Args |
2009-04-19 15:52:10 | amak | set | messageid: <1240156330.55.0.0275635612247.issue1312@psf.upfronthosting.co.za> |
2009-04-19 15:52:10 | amak | set | recipients:
+ amak, pjenvey, billiejoex, kfitch42 |
2009-04-19 15:52:10 | amak | link | issue1312 messages |
2009-04-19 15:52:10 | amak | create | |
|