[Jython-dev] out of memory error due to build up of python classes
by Kosinovsky, Gregory other posts by this author
May 1 2003 5:42PM messages near this date
[Jython-dev] running jython on RH 7.2 linux problem
|
[Jython-dev] Jython Console with Code Completion
We have an issue where on a multiple-iteration use case we run out of memory
due to the build up of classes, even though we are not holding on to them.
The garbage collection is not getting rid of them sufficiently.
Is there an explicit destructor we can use for them. If it makes any
difference, these are Python classes that inherit from Java classes.
Thanks a lot.
Greg Kosinovsky
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
|