~james-page/charms/trusty/nova-cloud-controller/ipv6-fixes

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2014-09-16 09:13:19 UTC
  • mfrom: (100.1.1 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20140916091319-ylwmf3mfqsup5699
[james-page,r=gnuoy] Add option to allow ram overcommit to be configured.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
      .
236
236
      Increasing this value will increase instance density on compute nodes
237
237
      at the expense of instance performance.
 
238
  ram-allocation-ratio:
 
239
    type: float
 
240
    default: 1.5
 
241
    description: |
 
242
      The physical ram -> virtual ram ratio to use in the Nova scheduler.
 
243
      .
 
244
      Increasing this value will increase instance density on compute nodes
 
245
      at the potential expense of instance performance.