Available Memory on NUMA Nodes with Hyper-V

Check the amount of memory available on each NUMA node.

John Savill

September 26, 2014

1 Min Read
memory

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

About the Author

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.

You May Also Like