From owner-freebsd-virtualization@FreeBSD.ORG Mon Aug 20 13:58:16 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7AC91065672; Mon, 20 Aug 2012 13:58:16 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4E28FC0A; Mon, 20 Aug 2012 13:58:16 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 66F5B118E3; Mon, 20 Aug 2012 23:58:14 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-71-56-248-150.hsd1.co.comcast.net [71.56.248.150]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BFW56369 (AUTH peterg@ptree32.com.au); Mon, 20 Aug 2012 23:58:11 +1000 Message-ID: <50324270.9040504@freebsd.org> Date: Mon, 20 Aug 2012 07:58:08 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Roman Bogorodskiy References: <20120815155222.GA46502@kloomba> <20120819191127.GA1733@kloomba> <5031C58C.40108@freebsd.org> <20120820133613.GA1701@kloomba> In-Reply-To: <20120820133613.GA1701@kloomba> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=24/51, host=dommail.onthenet.com.au Cc: freebsd-virtualization@freebsd.org Subject: Re: BHyVe: vm_setup_memory(highmem): Cannot allocate memory X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 13:58:16 -0000 Hi Roman, > Yeah, but I'd like to leave more memory for the host system, so I > specified 6GB. I have 8GB at all, so 2GB left for VMs. > Should it cause any problems? No, that should be fine. > BTW, I encountered a problem with the tap0 device. I create a tap device > and assign an address to it, using 'ifconfig tap0 192.168.1.1 up'. > > I boot a VM and everything goes fine. When I do 'reboot' in the guest, > it reboots, but tap0 on the host goes down and its address is dropped. > Is that an expected behaviour? Yes - we probably need to fix the tap device to not do that :( later, Peter.