fixed comment in images.CI (#2427)
Co-authored-by: Leonid Lapshin <[email protected]>
This commit is contained in:
co-authored by
Leonid Lapshin
parent
c24eb0b7b5
commit
2882a9fde3
@@ -64,7 +64,7 @@ try {
|
|||||||
$vm = Get-VM $VMName
|
$vm = Get-VM $VMName
|
||||||
|
|
||||||
if ($VMName -notmatch "10.13") {
|
if ($VMName -notmatch "10.13") {
|
||||||
Write-Host "Change cpu count $cpu, cores count to $cores, amount of RAM to $memoryMb"
|
Write-Host "Change cpu count to $CpuCount, cores count to $CoresPerSocketCount, amount of RAM to $Memory"
|
||||||
$vm | Set-VM -NumCPU $CpuCount -CoresPerSocket $CoresPerSocketCount -MemoryMB $Memory -Confirm:$false
|
$vm | Set-VM -NumCPU $CpuCount -CoresPerSocket $CoresPerSocketCount -MemoryMB $Memory -Confirm:$false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user