From owner-freebsd-questions@freebsd.org Thu Sep 10 04:54:15 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBFA2A00F03 for ; Thu, 10 Sep 2015 04:54:15 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8E415A1 for ; Thu, 10 Sep 2015 04:54:15 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 9D4CF3F6F5 for ; Thu, 10 Sep 2015 00:54:14 -0400 (EDT) Message-ID: <55F10CF5.5070409@sneakertech.com> Date: Thu, 10 Sep 2015 00:54:13 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: mdconfig creating file based memory disk References: <20150910111034.20b97c41@X220.alogt.com> In-Reply-To: <20150910111034.20b97c41@X220.alogt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 04:54:15 -0000 > It gives me double the size of 'swapfile' as swap space. It is obvious > to me that this must fail. Interestingly, I just tested this in a VM and it seems to work fine. I maxed out the ram by creating a few other ramdisks and filling them with dd zero files, and the most I got was a generic "out of swap space" error (no crashes or panics). Not sure exactly what it's doing though.