From owner-freebsd-arch@FreeBSD.ORG Mon Oct 15 20:13:14 2007 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E97B16A418 for ; Mon, 15 Oct 2007 20:13:14 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.freebsd.org (Postfix) with ESMTP id 7721F13C459 for ; Mon, 15 Oct 2007 20:13:14 +0000 (UTC) (envelope-from ade@lovett.com) Received: from inferno.canal.lovett.com ([172.16.32.23]:58244) by mail.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IhVhU-000Nhr-PM; Mon, 15 Oct 2007 12:34:04 -0700 In-Reply-To: <47107996.5090607@elischer.org> References: <470E5BFB.4050903@elischer.org> <470FD0DC.5080503@gritton.org> <20071013004539.R1002@10.0.0.1> <47107996.5090607@elischer.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2849CFD3-A747-4202-B2CB-759D3783C0B2@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Mon, 15 Oct 2007 12:34:04 -0700 To: Julian Elischer X-Mailer: Apple Mail (2.752.3) Sender: ade@lovett.com Cc: arch@freebsd.org Subject: Re: kernel level virtualisation requirements. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 20:13:14 -0000 On Oct 13, 2007, at 00:53 , Julian Elischer wrote: > Generally, you can run several hundred (or more) virtual jail/ > vimage style machines. xen/vmware uses so much more resources that > you are usually limited to > so number like 20. it is possible in a virtual networking setup to > have a single process > spanning several virtual environments (for example one process with > a socket in each of the child universes). > It is a valid question, but there is I think a place for both types of > partitioning. I'll take anything that can *reliably* allow me to run RELENG_5,6,7 (and possibly HEAD) on the same (reasonably) beefy machine. Bonus points for being able to do /i386 on /amd64 (or vice versa). Right now, the only solution that comes even close to doing this is vmware on Windows XP. Bleh. -aDe