4 views

1 Answers

Memory scrubbing consists of reading from each computer memory location, correcting bit errors with an error-correcting code , and writing the corrected data back to the same location.

Due to the high integration density of modern computer memory chips, the individual memory cell structures became small enough to be vulnerable to cosmic rays and/or alpha particle emission. The errors caused by these phenomena are called soft errors. Over 8% of DIMM modules experience at least one correctable error per year. This can be a problem for DRAM and SRAM based memories. The probability of a soft error at any individual memory bit is very small. However, together with the large amount of memory modern computers‍—‌especially servers‍—‌are equipped with, and together with extended periods of uptime, the probability of soft errors in the total memory installed is significant.

The information in an ECC memory is stored redundantly enough to correct single bit error per memory word. Hence, an ECC memory can support the scrubbing of the memory content. Namely, if the memory controller scans systematically through the memory, the single bit errors can be detected, the erroneous bit can be determined using the ECC checksum, and the corrected data can be written back to the memory.

4 views

Related Questions

What is Limited-memory BFGS?
1 Answers 4 Views
What is Quantum memory?
1 Answers 4 Views
What is Memory management?
1 Answers 4 Views
What is Memory Eternal?
1 Answers 7 Views
What is Memory bandwidth?
1 Answers 4 Views
What is Conventional memory?
1 Answers 4 Views
What is Upper memory area?
1 Answers 5 Views
What is DOS memory management?
1 Answers 4 Views