From owner-freebsd-virtualization@freebsd.org Tue Oct 18 14:26:48 2016 Return-Path: Delivered-To: freebsd-virtualization@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 13EF9C16DAB for ; Tue, 18 Oct 2016 14:26:48 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (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 05410CB6 for ; Tue, 18 Oct 2016 14:26:48 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from [24.104.150.148] (unknown [24.104.150.148]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 918EE3AF94; Tue, 18 Oct 2016 14:26:41 +0000 (UTC) Message-ID: <5806311F.3060905@redbarn.org> Date: Tue, 18 Oct 2016 07:26:39 -0700 From: Paul Vixie User-Agent: Postbox 5.0.4 (Windows/20161007) MIME-Version: 1.0 To: Victor Sudakov CC: freebsd-virtualization@freebsd.org Subject: Re: choice of i386 vs amd64 guest References: <20161018015903.GA42265@admin.sibptus.transneft.ru> <58058A64.6010908@redbarn.org> <20161018084107.GA60191@admin.sibptus.transneft.ru> In-Reply-To: <20161018084107.GA60191@admin.sibptus.transneft.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 18 Oct 2016 14:26:48 -0000 Victor Sudakov wrote: > Paul Vixie wrote: >> for everything else, the larger register set on amd64 will matter more, >> and you should probably use a 64-bit guest. > > There is an opinion that 64-bit systems use up more resources than > 32-bit ones for the same tasks, it that not true? it's not true. only the size of a pointer can affect you, and only if your RAM will be mostly full of pointers, as it would be with BIND9. for a web server you'll notice no real difference between CPU modes. -- P Vixie