Ask HN: ECC Memory vs. DDR5 for Stability?
I'm looking into building a new computer soon. With DDR5 having single bit error correction, is ECC memory worth it for desktop computers? I tend to keep my machines for a long time and tend to notice some instability as the memory gets older (seems to be memory in at least 1 case as changing the memory helped). I was planning to do ECC this time, but DDR5 sounds like it could be good enough for me. I'm wondering if anyone has any input on that.
4 comments
[ 4.0 ms ] story [ 19.8 ms ] thread1: https://news.ycombinator.com/item?id=25622322
ECC without reporting puts you in a weird place where the observable error rate is less, but any observable error will be a multi-bit error. With reporting, you would likely replace a dimm that regularly has single bit errors, and your system would typically halt on any two-bit errors, and three or more bit errors may or may not be detected. Advanced operating systems may let you kill only the processes affected by the two-bit errors, but afaik that's only for mainframes and maybe commercial unix (Solaris? AIX?).