[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Out-of-memory Problem
On Tue, 9 Nov 1999, Girish Kumar wrote:
> In one iteration, I read a class from the jar file and process it. I
> found that I am losing some memory every iteration (I forced garbage
> collection before every iteration).
>
> Are there any cleanup functions that I explicitly need to invoke to free
> up Soot's internal data structures ?
There are no cleanup functions. I'm not sure what's still eating up
memory. Typically we just run java -mx300M and use the fact that our
machines have oodles of memory (384M).
pat