fixed comment in images.CI (#2427)

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
Leonid Lapshin
2021-01-12 17:29:48 +03:00
committed by GitHub
parent c24eb0b7b5
commit 2882a9fde3

View File

@@ -64,7 +64,7 @@ try {
$vm = Get-VM $VMName
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
}