From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 13:58:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2016A4CE for ; Wed, 5 Nov 2003 13:58:58 -0800 (PST) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3AB43FDD for ; Wed, 5 Nov 2003 13:58:57 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id MUA74016 for ; Wed, 05 Nov 2003 13:58:56 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id C70D25D07 for ; Wed, 5 Nov 2003 13:58:55 -0800 (PST) In-Reply-To: Message from "Kevin Oberman" <20031105212509.35A955D08@ptavv.es.net> Date: Wed, 05 Nov 2003 13:58:55 -0800 From: "Kevin Oberman" Message-Id: <20031105215855.C70D25D07@ptavv.es.net> cc: current@freebsd.org Subject: Re: System hangs with ATAng X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 21:58:58 -0000 I hate following up my own post, but I manages to get some significant information. The console (previously inaccessible after the crash) was "on screen" for the last event and I get the the following: FAILURE - malloc ATA request failed cannot allocate ATAPI/CAM request (cd0:ata1:0:0:0): out of memory, freezing queue. FAILURE - malloc ATA request failed ad0: FAILURE - out of memory in start (These two lines repeat 15 times) panic: kmem_malloc(4096): kmem_map too small: 216326144 total allocated Debuggger("panic") Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 So it looks like in need to tune my kernel a bit. Will this work? options VM_KMEM_SIZE_SCALE="4" options VM_KMEM_SIZE_MAX="(1024*1024*1024)" options KVA_PAGES=512 I found these suggested in a prior thread, but I am uncertain if the values are even close to appropriate to my system (no PAE, UP, 384 MB RAM). -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634