From owner-freebsd-bugs Mon Dec 11 23:12:17 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12337 for bugs-outgoing; Mon, 11 Dec 1995 23:12:17 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12317 Mon, 11 Dec 1995 23:12:14 -0800 (PST) Date: Mon, 11 Dec 1995 23:12:14 -0800 (PST) From: David Greenman Message-Id: <199512120712.XAA12317@freefall.freebsd.org> To: sjohn@alamak.bchem.washington.edu, davidg, freebsd-bugs Subject: Re: kern/890 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: Kingston card de0 driver grabs memory error mb_map full State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Mon Dec 11 23:09:40 PST 1995 State-Changed-Why: The system caches all file data. That's what "cached" pages are. This is not a bug and has nothing to do with the network card. The mb_map full is caused by not configuring the kernel correctly for WWW/HTTP loads. Add: options "NMBCLUSTERS=2048" to your kernel config file to fix this problem.