<div dir="ltr"><div><div>Hi Vladimir,<br><br></div>You might also need to check the flags given in nova.conf for virtual-memory, virtual-cpu to physical-memory, physical-cpu mapping. If not specified in nova.conf, default value is taken for them. You can have a look at table 5.22 on this link:- <a href="http://docs.openstack.org/essex/openstack-compute/admin/content/compute-options-reference.html">http://docs.openstack.org/essex/openstack-compute/admin/content/compute-options-reference.html</a><br>

<br></div><div>For eg, as per the table, "ram_allocation_ratio=1.5", this statement states that virtual memory used by all the instances combined can be 1.5*(physical memory) present on the system.<br><br></div>

<div>Similarly, the ratio for CPU's is 1:16 but its customizable with those flags.<br></div><div><br></div>Thanks and Regards<br>Rahul Sharma<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 5:14 PM,  <span dir="ltr"><<a href="mailto:josh@kleinpeter.org" target="_blank">josh@kleinpeter.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That depends on how big the VM is, and what over subscription rate you're running out.<br>
<br>
Generally RAM is going to be your limiting factor, it is fairly easy to over subscribe CPU, and if you're disk is really unlimited, that isn't going to stop you either.<br>
<br>
Assuming you're not oversubscribing RAM, you'll need to account for the overhead of your operating system and various services, KVM overhead etc, say 8-12GB. Subtract that out of your RAM number.<br>
<br>
Then divide by the amount of RAM your base VM has, and that would be how many you could (theoretically) run. Your CPU over subscription rate would then play in as a factor of how many of those is really possible.<br>
<br>
More importantly -- try it out and see where it breaks! Nothing like a good load test.<br>
<div><div class="h5"><br>
> Hello!<br>
> I'm starting to deploy a private cloud on OpenStack!  As the hypervisor<br>
> I use nova+KVM on Centos 6.4.<br>
> Tell me how to count how many virtual machines can be placed on a single<br>
> KVM node.<br>
> How to count the number of virtual machines on single node to get<br>
> everything working perfectly?<br>
><br>
> Hardware configuration:<br>
> CPU: 2x  Intel(R) Xeon(R) CPU E5-2609  @ 2.40GHz  - 4 core<br>
> RAM: 96 GB<br>
> HDD:Unlimited<br>
> HW: ProLiant BL460c<br>
</div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>