Author: toad
Date: 2006-08-22 23:02:46 +0000 (Tue, 22 Aug 2006)
New Revision: 10241

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Turn off aggressiveGC for now.

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2006-08-22 19:38:27 UTC (rev 
10240)
+++ trunk/freenet/src/freenet/node/Node.java    2006-08-22 23:02:46 UTC (rev 
10241)
@@ -163,7 +163,9 @@
        /** Log config handler */
        public static LoggingConfigHandler logConfigHandler;

-       static int aggressiveGCModificator = 250;
+       // Enable this if you run into hard to debug OOMs.
+       // Disabled to prevent long pauses every 30 seconds.
+       static int aggressiveGCModificator = -1 /*250*/;

        /** If true, local requests and inserts aren't cached.
         * This opens up a glaring vulnerability; connected nodes


Reply via email to