From owner-freebsd-current@FreeBSD.ORG Tue Sep 14 21:14:08 2004 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 6A56516A4CE for ; Tue, 14 Sep 2004 21:14:08 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DBC43D2F for ; Tue, 14 Sep 2004 21:14:07 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i8ELBCNb069847 for current@FreeBSD.ORG.checked; (8.12.8/vak/2.1) Wed, 15 Sep 2004 01:11:12 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru with ESMTP id i8EL8Qo1069746; (8.12.8/vak/2.1) Wed, 15 Sep 2004 01:08:26 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <41475C02.6090002@cronyx.ru> Date: Wed, 15 Sep 2004 01:00:50 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Kris Kennaway References: <414560D3.10108@cronyx.ru> <20040913105133.GA85717@hub.freebsd.org> <414581FE.6060702@cronyx.ru> <20040913183608.GB85717@hub.freebsd.org> In-Reply-To: <20040913183608.GB85717@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 14 Sep 2004 21:14:08 -0000 Kris Kennaway wrote: >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 > With 1G it should be about 200M for rest of the system. This should be more than enough, so this is bad guess. rik >think more details can be found in the manpage. > >Kris > >