From owner-freebsd-stable@FreeBSD.ORG Mon Jan 6 01:32:05 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 335C6F3C for ; Mon, 6 Jan 2014 01:32:05 +0000 (UTC) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) by mx1.freebsd.org (Postfix) with ESMTP id D862016E4 for ; Mon, 6 Jan 2014 01:32:04 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3dyK2X1wbczGN6j for ; Mon, 6 Jan 2014 02:32:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla2; t=1388971921; x=1391563922; bh=XpL k8w8l+H7yta2/n88d/5xBafqh7z2xgBdWzBHBpVQ=; b=AnZvH9+srWBoQqZAUkc MB3eha5jsN0Q5VmFM4b7t9z+SfRpUVzHj6CgNIBOz+NanZIW2w3UYsEJTUbIynDg yA0yuRgZCfCgJmm0adYuwdVvYFrpaj7MWyD+Bvhy7ivhbM8HaoYTvTWEmiMzysY4 0YmLGFbUMhgdiAeRixvYH2/Q= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10012) with ESMTP id Whg82WwzRIER for ; Mon, 6 Jan 2014 02:32:01 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP for ; Mon, 6 Jan 2014 02:32:01 +0100 (CET) Received: from neli.ijs.si (neli.ijs.si [193.2.4.95]) by mildred.ijs.si (Postfix) with ESMTP id AF990BF3 for ; Mon, 6 Jan 2014 02:32:01 +0100 (CET) Received: from sleepy.ijs.si ([2001:1470:ff80:e001::1:1]) by neli.ijs.si with HTTP (HTTP/1.1 POST); Mon, 06 Jan 2014 02:32:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 06 Jan 2014 02:32:01 +0100 From: Mark Martinec To: freebsd-stable@freebsd.org Subject: Re: Installer fails with "out of swap space" when installing ZFS-on-root with less then 4 GB mem (10.0-RC4) Organization: J. Stefan Institute In-Reply-To: <7a61b7a1f156dcf67b3ba44bca7dd906@mailbox.ijs.si> References: <7a61b7a1f156dcf67b3ba44bca7dd906@mailbox.ijs.si> Message-ID: <792a3472e68b4e525c069b9b4338735c@mailbox.ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 01:32:05 -0000 > I was playing with bhyve on 10.0-RC4, trying to install another > 10.0-RC4 into > a 16 GB ZFS volume using the network installation DVD. Mostly kept > defaults, > except that I chose a ZFS-on-root installation. > The amd64 host was given 1 GB of RAM on the first attempt typo: s/host/guest/ The guest was given 1, 2 or 4 GB of mem. The host had plenty of RAM. Mark