Skip to content

Instantly share code, notes, and snippets.

@fabiand
Last active January 10, 2020 19:45
Show Gist options
  • Save fabiand/a4c82026aef756eef517982592c89e48 to your computer and use it in GitHub Desktop.
Save fabiand/a4c82026aef756eef517982592c89e48 to your computer and use it in GitHub Desktop.

In order to use kernel auto-numa

  • kernel auto-numa continuous rebalancing
       <vcpu>NNN</vcpu>
       <vcpu placement="static">NNN</vcpu>
    
    provided NO <vcpupin vcpu="0" cpuset="xxx"/> is set inside <cputune>
  • numad initial placement only
    <vcpu placement="auto">NNN</vcpu>
    
  • kubevirt controlled initial placement only
    <vcpu placement="static" cpuset="XX">NNN</vcpu>
    
    or
    <vcpu placement="static">NNN</vcpu>
    <cputune>
      <vcpupin vcpu="0" cpuset="1-4,^2"/>
      ...
    </cputune>
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment