From owner-freebsd-hackers Thu Jun 12 00:49:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA14997 for hackers-outgoing; Thu, 12 Jun 1997 00:49:23 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA14970 for ; Thu, 12 Jun 1997 00:48:11 -0700 (PDT) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.8.4/8.8.4) with SMTP id KAA10192 for ; Thu, 12 Jun 1997 10:49:39 +0300 (EEST) Date: Thu, 12 Jun 1997 10:49:39 +0300 (EEST) From: Narvi To: hackers@freebsd.org Subject: PQ_LARGECACHE and page colouring Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! There is a thing called page colouring in the FreeBSD kernel. Using a 512K cache on my oldish ASUS P/I P55TP4XE, and a P133, I get using dd if=/dev/zero of=/dev/null bs=1m count=2000 2097152000 bytes transferred in 18.668431 secs (112336811 bytes/sec) With a stock 2.2-RELEASE kernel and 2097152000 bytes transferred in 18.068088 secs (116069392 bytes/sec) if I add options PQ_LARGECACHE to the kernel config file. I know the change (3.7MB/s -> ~3%) is not that much, but if you can get it by just adding one line to the config file, it might be worth it. Now the problem is - PQ_XXXXCACHE is not documented anywhere, not even in the LINT. Perhaps we should change this? Sander