From: <How...@ep...> - 2003-03-19 18:07:40
|
Jython user group, I'm sorry if you are not the correct contact for this question. I don't have much experience with Jython or Python, but I'm trying to use the PythonInterpreter in a Java program using JDK1.3 on Windows. The interpreter seems to generate thousands of objects of type org.python.pycode._pyx### that are not discarded during the garbage collection process. This is causing memory problems during long progra= m runs. Setting the internalTableImpl option to soft or weak made little= difference. Is there any way to force the garbage collector to discard= these objects? Is there a free or cleanup method I need to call to release these objects? Thanks for any help you can get me, how...@ep...= |