Why am I seeing Zero errors in non-ECC RAM?

Posted by Alexander Shcheblikin on Super User See other posts from Super User or by Alexander Shcheblikin
Published on 2013-11-07T21:37:10Z Indexed on 2013/11/07 22:00 UTC
Read the original article Hit count: 227

Filed under:
|
|
|

According to sources, memory errors are a very probable event:

  • Some say the probability of a DRAM error is 95% in just 3 days of operation of a computer with just 4 GB of RAM,
  • others say 32% of servers experience at least one error in a month with 8% of DIMMs being at fault.

Contrary to those horrors, in my more than 10 years of personal computers use I have seen exactly none of the memory errors.

I admit I never paid special attention to the subject. However, I have ventured multi-hour memtest86 runs couple of times and never seen an error either.

Some of the factors that IMO should aggravate the memory problems:

  • I build my computers out of the most "bulk commodity" parts: mainstream budget motherboards and the next to cheapest memory.
  • also I usually max out the technology available, e.g. in the times of 32 bit OS'es I used 4 GB of RAM and with the current desktop CPUs and the newer 64 bit OS'es I use 32 GB of RAM.
  • memory usage is moderately heavy with lots of virtual machines up running small and big tasks 24/7/365.

But nevertheless, no memory-related problems ever found!

How's that?

© Super User or respective owner

Related posts about memory

Related posts about motherboard

  • Motherboard Wiring

    as seen on Super User - Search for 'Super User'
    HI All, I bought a new case to put a motherboard in. Everything fits, I have done this before, but not in a long time! The case has wires for - Power SW - Reset SW - Power LED - HDD LED On the motherboard (ASUS M2NPV-VM) it is clearly labeled where these go, but I cannot remember where the black… >>> More

  • xfx 680i motherboard failure?

    as seen on Super User - Search for 'Super User'
    At some point last night we must have had a blip in our power, as the stove clock was blinking like it would had their been... a blip in the power. When I came into my office this morning, my desktop computer was powered down and would not turn on. Cracking the case, I can see a small blue blinking… >>> More

  • Current Motherboard Tech Overview

    as seen on Super User - Search for 'Super User'
    Welp, computer died. Time to get a new motherboard. I haven't been paying attention to the latest motherboard technology and associated models and chipsets. Can someone point me at an overview of what is currently available? I'm primarily interested in the Intel / nvidia side of things. >>> More

  • Processor with higher FSB than motherboard can support.

    as seen on Super User - Search for 'Super User'
    Hi all, Please redirect me if there is a similar question, but I have an ECS P4VXASD2+ (V5.0) motherboard, which supports a 533 MHz FSB. I want to put in a Pentium 4 3.2 GHz processor (Socket 478) with an FSB of 800 MHz. Would this be possible? Would the FSB of the processor just be limited to 533… >>> More

  • How to get Processor and Motherboard Id ?

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I use the code from http://www.rgagnon.com/javadetails/java-0580.html to get Motherboard Id, but the result is "null", <1 How can that be ? <2 Also I modified the code a bit to look like this to get processor Id : "Set objWMIService = GetObject(\"winmgmts:\\\\.\\root\\cimv2\")\n"+ … >>> More