From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: CPU Overcommitting question Date: Fri, 18 Jul 2014 23:30:15 +0200 Message-ID: <53C991E7.1000909@gnu.org> References: <53C91BF3.6030507@dnshosting.it> <53C93D9D.3010503@redhat.com> <705c3521045351691bbb7e00f52de710@dnshosting.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Paolo Bonzini To: riccardo.brunetti@dnshosting.it, Paolo Bonzini Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:57094 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbaGRVaT (ORCPT ); Fri, 18 Jul 2014 17:30:19 -0400 Received: by mail-we0-f174.google.com with SMTP id x48so5119728wes.19 for ; Fri, 18 Jul 2014 14:30:18 -0700 (PDT) In-Reply-To: <705c3521045351691bbb7e00f52de710@dnshosting.it> Sender: kvm-owner@vger.kernel.org List-ID: Il 18/07/2014 18:49, riccardo.brunetti@dnshosting.it ha scritto: > So, it should be ok to have the first two options, but also considering > that with hyperthreading instead of 12 cores we can consider 24? Thus we > can go with: > > 1) Assign vCPUs so that vCPU(VM1) + vCPU(VM2) = total number of cores > (24) (both VMs have < 24 vCPUs) (ie. 18+6) > 2) Assign vCPUs so that vCPU(VM1) + vCPU(VM2) > total number of cores > (24) (both VMs have <= 24 vCPUs) (ie. 24+10) Yes. Something between 12 and 24 will probably give the best performance. Paolo