You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In recent builds of Windows there was support added to the HCS to allow assigning
a cpugroup at creation time of the VM instead of afterwards. The current approach in this
repo of adding a vm after start was only a workaround as this wasn't supported at the time.
The current approach isn;t ideal due to some wonky behavior on machines with
multiple NUMA nodes as we can suffer performance penalties because of remote memory access on
machines with > 1 node when adding a VM after start.
Signed-off-by: Daniel Canter <dcanter@microsoft.com>
0 commit comments