This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re[2]: initiate garbage collector under gcj
- From: Yura Smolsky <info at altervision dot biz>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 21 Feb 2005 19:12:07 +0200
- Subject: Re[2]: initiate garbage collector under gcj
- Organization: AlterVision Web Development Group
- References: <558355085.20050221135224@altervision.biz><m3u0o56f0g.fsf@localhost.localdomain>
- Reply-to: Yura Smolsky <info at altervision dot biz>
Hello, Tom.
>>>>>> "Yura" == Yura Smolsky <info@altervision.biz> writes:
Yura>> How can I manually initiate process of garbage collecting under gcj?..
TT> You can call System.gc(). Like other JVMs, this isn't guaranteed to
TT> have an effect.
Yeah. It does not help :) I am talking about PyLucene's object.
PyLucene is java library ported to python through gcj.
When I do create big sized (1Gb) object in memory and then delete all
references to it then objects is still in memory, even after some
time/operations...
Yura Smolsky.