The default memtest cycles is 4 times, But if I wanted to change it to 100 times, How do I set it? thanks
Announcement
Collapse
No announcement yet.
How do I set the number of memory tests?
Collapse
X
-
Thank you for your reply. The version I tested was V8.1 pro.
I have been inputting the number of passes from the menu, like setting 100.However, after 18 hours of testing, none of the cycles has been completed, so I am not sure whether the steps are correct or not.
Comment
-
If I choose 4, does it mean only Test 4[moving inversions, 8 bit pattern], or Test 0 ~ Test 13 should be executed 4 times in sequenceAttached Files
Comment
-
Thanks for your reply. I will check the temperature of CPU.
In addition, I tested a group of DDR3L 1600MHz UDIM memory and found errors in both tests.
First: [MEM ERROR - Data] Test: 11, CPU: 0, Address: 25D2466F8, Expected: 0C44B8761BE2D451, Actual: 0CC4B8761BE2D451
SecondF[MEM ERROR - Data] Test: 11, CPU: 0,Address: 55ED6CA30, Expected: D45F53F9528DE8E0, Actual: D45F53F9538DE8E0
But Memtest86+ tested three cycles and all the results were Pass
What reasons do you think the passmark memtest failedHIs there a bad memory path that causes read and write errors? thanks
Comment
-
The expected value of 0C44B8761BE2D451, which is the value written to RAM, is not the same as the actual value 0CC4B8761BE2D451, which was later read from RAM.
i.e. the RAM failed the test.
Edit: 0C44B8761BE2D451 is a hexadecimal value.
The actual value stored in RAM in binary (1s and 0s was)
*1100010001001011100001110110000110111110001011010 10001010001
but the value read from RAM was,
*1100110001001011100001110110000110111110001011010100010 10001
Comment
Comment