Re: [Openstack-operators] over commit ratios

2015-04-22 Thread Jesse Keating
>> Tim > >> > >>> -Original Message- > >>> From: George Shuklin [mailto:george.shuk...@gmail.com] > >>> Sent: 21 April 2015 23:55 > >>> To: openstack-operators@lists.openstack.org > >>> Subject: Re: [Openstack-operat

Re: [Openstack-operators] over commit ratios

2015-04-22 Thread Allamaraju, Subbu
ound this to be the resource >> which can cause the worst noisy neighbours. Swapping makes this worse. >> >> Tim >> >>> -Original Message- >>> From: George Shuklin [mailto:george.shuk...@gmail.com] >>> Sent: 21 April 2015 23:55 &g

Re: [Openstack-operators] over commit ratios

2015-04-22 Thread George Shuklin
this worse. Tim -Original Message- From: George Shuklin [mailto:george.shuk...@gmail.com] Sent: 21 April 2015 23:55 To: openstack-operators@lists.openstack.org Subject: Re: [Openstack-operators] over commit ratios It's very depend on production type. If you can control guests and predi

Re: [Openstack-operators] over commit ratios

2015-04-21 Thread Tim Bell
o: openstack-operators@lists.openstack.org > Subject: Re: [Openstack-operators] over commit ratios > > It's very depend on production type. > > If you can control guests and predict their memory consumption, use it as base > for ratio. > If you can't (typical for public clou

Re: [Openstack-operators] over commit ratios

2015-04-21 Thread George Shuklin
It's very depend on production type. If you can control guests and predict their memory consumption, use it as base for ratio. If you can't (typical for public clouds) - use 1 or smaller with reserved_host_memory_mb in nova.conf. And one more: some swap sapce is really necessary. Add at least

Re: [Openstack-operators] over commit ratios

2015-04-21 Thread Erik McCormick
We had this discussion at the Ops Mid-Cycle meetup. I think the general consensus was 0.9 for memory. if you're running Ceph OSD's on the node you'll almost certainly want to reserve more than a gig for it and the OS. for CPU there was a wide range of ideas and it mainly depended on use-case. If y

[Openstack-operators] over commit ratios

2015-04-21 Thread Caius Howcroft
Just a general question: what kind of over commit ratios do people normally run in production with? We currently run 2 for cpu and 1 for memory (with some held back for OS/ceph) i.e.: default['bcpc']['nova']['ram_allocation_ratio'] = 1.0 default['bcpc']['nova']['reserved_host_memory_mb'] = 1024 #