Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add option [-CoresPerSocket <Int32>] #25

Open
Pecillo opened this issue Apr 1, 2019 · 0 comments
Open

Feature request: Add option [-CoresPerSocket <Int32>] #25

Pecillo opened this issue Apr 1, 2019 · 0 comments

Comments

@Pecillo
Copy link

Pecillo commented Apr 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant