Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 14:31:37 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        Chris Elsworth <chris@shagged.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: mdconfig unable to allocate memory
Message-ID:  <xzpwu68d4xy.fsf@dwp.des.no>
In-Reply-To: <20040227101410.GA45369@shagged.org> (Chris Elsworth's message of "Fri, 27 Feb 2004 10:14:10 %2B0000")
References:  <20040227101410.GA45369@shagged.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Elsworth <chris@shagged.org> writes:
> this fails:
> cluestick# mdconfig -a -t malloc -o reserve -s 1g
> mdconfig: ioctl(/dev/mdctl): Cannot allocate memory

it tries to allocate 1 GB of non-pageable kernel memory.  Use -t swap
instead of -t malloc.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



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