Re: Linux-2.4.1-pre11 / ll_rw_b watermark metric?

From: Dieter Nützel (Dieter.Nuetzel@hamburg.de)
Date: Sun Jan 28 2001 - 22:43:52 EST


I have pre11 running with Andrea's suggested fix.

        high_queued_sectors = total_ram / 3;
        low_queued_sectors = high_queued_sectors / 2;
        if (low_queued_sectors < 0)
                low_queued_sectors = total_ram / 2;
 
        /*
         * for big RAM machines (>= 384MB), use more for I/O
         */
        /*
        if (total_ram >= MB(384)) {
                high_queued_sectors = (total_ram * 4) / 5;
                low_queued_sectors = high_queued_sectors - MB(128);
        }
        */

Shouldn't it be clean for a 2.4.1 release?

-Dieter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 31 2001 - 21:00:31 EST