summaryrefslogtreecommitdiff
path: root/releasenotes/notes/extra-sorting-for-host-cells-c03e37de1e57043b.yaml
blob: ea708053146bcf20ac894743fd2fafcb9ecb35a4 (plain)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Extra sortings were added to numa_fit_instance_to_host function
    to balance usage of hypervisor's NUMA cells. Hypervisor's NUMA
    cells with more free resources (CPU, RAM, PCI if requested)
    will be used first (spread strategy) when configuration option
    ``packing_host_numa_cells_allocation_strategy`` was set to False.
    Default value of ``packing_host_numa_cells_allocation_strategy``
    option is set to True which leads to packing strategy usage.