A
Ahmed Moustafa
On Linux 2.4.20-19.7 and JRE 1.4.2, there is code that takes on the
average 20 milliseconds but if System.gc() is called just before, the
same code will take on the average 3 milliseconds.
Does that make any sense?
Is it *really* necessary to call System.gc()?
Is this scenario system dependent?
Thanks in advance!
average 20 milliseconds but if System.gc() is called just before, the
same code will take on the average 3 milliseconds.
Does that make any sense?
Is it *really* necessary to call System.gc()?
Is this scenario system dependent?
Thanks in advance!