integralfx / MemTestHelper

C# WPF to automate HCI MemTest
2.22k stars 214 forks source link

Invalid y-cruncher config #92

Open gtumanyan opened 1 month ago

gtumanyan commented 1 month ago

The last y-cruncher v0.8.5 Build 9543-icx does not recognize the N32 Test provided in the the config listed in this guide.

aliajboy commented 2 weeks ago

you have to use v0.7.10.9513. If you want to use the latest version (v0.8.5.9543), here is the config: { Action : "StressTest" StressTest : { AllocateLocally : true LogicalCores : [0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15] TotalMemory : 10737418240 SecondsPerTest : 400 SecondsTotal : 0 StopOnError : true Tests : ["N63" "VT3"] } }