On Sat, Mar 04, 2006 at 01:21:46PM +0000, Pavel Avgustinov wrote:
> >iterate over larger formulae. However, I cannot explain what those peaks
> >actually come from. Have you guys seen similar peaks in your
> >implementation?
> >
> I have looked at your graphs, and am rather baffled by them. No, we have
> no such peaks in our TM graphs. Even without calling System.gc() before
One thing to try: if you're calling System.gc(), be sure to call it five
times in a row. Back when I was doing the Spark stuff, I observed that
System.gc() would often do only a partial collection, and only do a
full collection if you called it several times in a row. (Of course,
it's not guaranteed to do anything at all...)
This may not be the cause of your issue, but it's something that's easy
to check.
Ondrej
Received on Sat Mar 04 13:27:52 2006
This archive was generated by hypermail 2.1.8 : Tue Mar 06 2007 - 16:13:27 GMT