Constant MAX_VTL2_RAM_RANGES

Source
const MAX_VTL2_RAM_RANGES: usize = 64;
Expand description

Each ram range reported by the host for VTL2 is split per NUMA node.

Today, Hyper-V has a max limit of 64 NUMA nodes, so we should only ever see 64 ram ranges.