removed the insane explicit GC

This commit is contained in:
jrandom
2004-05-18 18:39:43 +00:00
committed by zzz
parent 9f17654052
commit 7243963106

View File

@ -87,8 +87,8 @@ class JobQueueRunner implements Runnable {
_currentJob = null;
jobNum++;
if ( (jobNum % 10) == 0)
System.gc();
//if ( (jobNum % 10) == 0)
// System.gc();
} catch (Throwable t) {
if (_log.shouldLog(Log.CRIT))
_log.log(Log.CRIT, "WTF, error running?", t);