jython memory usage

Samuele Pedroni pedronis at bluewin.ch
Wed Sep 4 12:31:40 EDT 2002


From: Robin Becker <robin at jessikat.fsnet.co.uk>
> A colleague has been running tests of reportlab under jython-2.1 several
> of the tests use prodigious amounts of memory (one even failed). We're
> using win2k+j2sdk1.4.0_01 as the jython engine.
>
> Anyone know what sorts of things cause x10 memory usage? I find one
> particular test needs more that 1Gb and then falls over for lack of
> memory.

That means you are running jyhton through:

java -mx1024m  -cp ...jython.jar org.python.util.jython ...

and it uses all that memory and would need more?

regards.





More information about the Python-list mailing list