From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 18:36:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 0D33116A4CF; Mon, 13 Sep 2004 18:36:08 +0000 (GMT) Date: Mon, 13 Sep 2004 18:36:08 +0000 From: Kris Kennaway To: Roman Kurakin Message-ID: <20040913183608.GB85717@hub.freebsd.org> References: <414560D3.10108@cronyx.ru> <20040913105133.GA85717@hub.freebsd.org> <414581FE.6060702@cronyx.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <414581FE.6060702@cronyx.ru> User-Agent: Mutt/1.4.1i cc: Kris Kennaway 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 18:36:08 -0000 On Mon, Sep 13, 2004 at 03:18:22PM +0400, Roman Kurakin wrote: > Kris Kennaway wrote: > > >On Mon, Sep 13, 2004 at 12:56:51PM +0400, Roman Kurakin wrote: > > > > > >>Hi, > >> > >> I have the following idea/problem. I want to build world in memory. > >>I've put in to my system 1G of memory and tried to put on it sources. > >>But all times I've tried to do that system went to panic. I've used md > >>with malloc type. > >> > >> Any ideas? > >> > >> > > > >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 think more details can be found in the manpage. Kris