From owner-freebsd-virtualization@FreeBSD.ORG Thu Sep 13 19:19:02 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C05106566C; Thu, 13 Sep 2012 19:19:02 +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 3A6A48FC12; Thu, 13 Sep 2012 19:19:01 +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 BF57C139FE; Fri, 14 Sep 2012 05:19:00 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-75-70-8-22.hsd1.co.comcast.net [75.70.8.22]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BGK10853 (AUTH peterg@ptree32.com.au); Fri, 14 Sep 2012 05:18:58 +1000 Message-ID: <505231A0.1070304@freebsd.org> Date: Thu, 13 Sep 2012 13:18:56 -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> <50324270.9040504@freebsd.org> <20120902164750.GA3721@kloomba> <20120902165648.GB3721@kloomba> <20120909182811.GB8000@kloomba> <504E779A.4020006@freebsd.org> <20120913161247.GA1671@kloomba> In-Reply-To: <20120913161247.GA1671@kloomba> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=29/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: Thu, 13 Sep 2012 19:19:02 -0000 Hi Roman, > When I was seing this 'Failed to emulate instruction at > 0xffffffff80594f3a', it happened right after boot loader menu (the one > with the ascii-art). At that time I had 'hw.physmem="0x180000000"' in my > host's loader.conf. Also the problem wasn't 100% reproducible, it > started to show up after creating/destroying several VMs. OK - I'm now wondering if this is a guest phys memory leak in the hypervisor, and it's not reporting the error correctly. How many times do you have to create/destroy vm's for this to occurr ? later, Peter.