From owner-freebsd-current@FreeBSD.ORG  Wed Sep 15 06:18:47 2004
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 758)
	id B01B316A4CF; Wed, 15 Sep 2004 06:18:47 +0000 (GMT)
Date: Wed, 15 Sep 2004 06:18:47 +0000
From: Kris Kennaway <kris@FreeBSD.org>
To: Roman Kurakin <rik@cronyx.ru>
Message-ID: <20040915061847.GA63279@hub.freebsd.org>
References: <414560D3.10108@cronyx.ru>
	<20040913105133.GA85717@hub.freebsd.org> <414581FE.6060702@cronyx.ru>
	<20040913183608.GB85717@hub.freebsd.org> <41475C02.6090002@cronyx.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <41475C02.6090002@cronyx.ru>
User-Agent: Mutt/1.4.1i
cc: Kris Kennaway <kris@FreeBSD.ORG>
cc: current@FreeBSD.ORG
Subject: Re: Large mem disk with not very recent current
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 15 Sep 2004 06:18:47 -0000

On Wed, Sep 15, 2004 at 01:00:50AM +0400, Roman Kurakin wrote:

> >>>Please provide more information.  It's likely you're trying to create
> >>>a md that is too big, though.
> >>>     
> >>>
> >>It is about 800Mb.
> >>   
> >>
> >
> >That's too big to fit in RAM and still run the rest of the system.  I
> >
> With 1G it should be about 200M for rest of the system. This should be more
> than enough, so this is bad guess.

No, that's what's happening and what the panic tells you.  Perhaps you
can tune various kernel memory parameters to make it happy fitting the
rest of the kernel data space + user memory into 200MB, but your panic
indicates this isn't true by default.

Kris