Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Nov 2003 13:58:55 -0800
From:      "Kevin Oberman" <oberman@es.net>
Cc:        current@freebsd.org
Subject:   Re: System hangs with ATAng 
Message-ID:  <20031105215855.C70D25D07@ptavv.es.net>
In-Reply-To: Message from "Kevin Oberman" <oberman@es.net>  <20031105212509.35A955D08@ptavv.es.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031105215855.C70D25D07>