You well get message(s) about the in ability to add vmm statistics if you increase VM_MAXCPU as the tables are statically sized at 64, correct that to be (48+VM_MAXCPU) so they scale as you increase this.
This is more of a marker so that the places that depend on VM_MAXCPU can be identified in the process of making it a run time per vm variable.