Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Check the amount of memory available on each NUMA node.
September 26, 2014
Q: How can I quickly see the amount of memory available on each Hyper-V NUMA node?
A: To see the amount of memory available on each NUMA node on a Hyper-V server, use the Get-VMHostNumaNode cmdlet; for example:
PS C:> Get-VMHostNumaNodeNodeId : 0ProcessorsAvailability : {}MemoryAvailable : 60656MemoryTotal :ComputerName : SAVDALHVFXNodeId : 1ProcessorsAvailability : {}MemoryAvailable : 46112MemoryTotal :ComputerName : SAVDALHVFX
You May Also Like