From owner-freebsd-hackers Tue Apr 15 16:58:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA21828 for hackers-outgoing; Tue, 15 Apr 1997 16:58:29 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21819 for ; Tue, 15 Apr 1997 16:58:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id QAA23242; Tue, 15 Apr 1997 16:59:37 -0700 (PDT) Message-Id: <199704152359.QAA23242@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Jaye Mathisen cc: hackers@freebsd.org Subject: Re: Doing the FreeBSD tightrope walk. In-reply-to: Your message of "Tue, 15 Apr 1997 15:54:36 PDT." From: David Greenman Reply-To: dg@root.com Date: Tue, 15 Apr 1997 16:59:37 -0700 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Just about enough to make me switch sometimes... > >P6-200, 128MB RAM. -RELENG_2_2 supped from 4/13. > >I'm getting a panic when doing a bunch of rm's via NFS. > >So I build a kernel with -g, and now reboot, and now I panic with: > >panic: bounce memory out of range. > >WTF is this? Take BOUNCE_BUFFERS support out of your kernel. You don't need it and the size calculation is broken on machines with so much memory. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project