mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-27 20:12:46 +08:00
fixed comment in images.CI (#2427)
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user