Raphael Oliveira

Results 3 comments of Raphael Oliveira

https://github.com/sp00n/CoreCycler/pull/124 I fixed changing script-corecycler.ps1 line: ``` # Try to parse the the CO values $coArray = @(($stdOut -Split '\s+') | Where-Object { $_ -Match '\-?\d+' } | ForEach-Object {...

> Looking at that reminds me that I should add back in the actual CPU being used as well. So which CPU was this with? > Normally your modification should...

> Ok, that shouldn't have happened then. You can try to run with your modification, but it might throw an error when setting the CO values as well. > >...