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
I have some NSX NFR licenses and when I spin up a LAB I run out of CPU licenses.
But by adding more cores rather than vCPU sockets those licenses allow me to spin up more vESXi hosts.
Hi,
I have some NSX NFR licenses and when I spin up a LAB I run out of CPU licenses.
But by adding more cores rather than vCPU sockets those licenses allow me to spin up more vESXi hosts.
'# Nested ESXi VM Resources
$NestedESXivCPU = "1"
$NestedESXivCores = "2"
$NestedESXivMEM = "16" #GB
$NestedESXiCachingvDisk = "20" #GB
$NestedESXiCapacityvDisk = "40" #GB
Set-VM -Server $viConnection -VM $vm -NumCpu $NestedESXivCPU -CoresPerSocket $NestedESXivCores -MemoryGB $NestedESXivMEM -Confirm:$false | Out-File -Append -LiteralPath $verboseLogFile
The text was updated successfully, but these errors were encountered: