Hacker News new | ask | show | jobs
by bitL 3224 days ago
Some people run >32GB RAM with long uptime and there the chance of a random bit-flip might not be acceptable. Imagine working on some Deep Learning model, training it for 30 consecutive days and then hitting a memory bug during computation.
1 comments

Not your everyday requirement, also ML is somewhat tolerant to small faults like that.
Depends. If a bit is flipped in a dataset you are likely fine, if in code your computation might crash. If you use enterprise-grade software like ZFS filesystem that keeps a lot in memory, it's much better to have ECC and accept a bit slower memory access for a bit better protection.
ZFS without ECC is pretty useless ...
ZFS is no more vulnerable to corruption when running without ECC than any other file system.

The developers of zfs suggest ECC because ECC is a worthwhile thing for those who care about their data.

You should stop spreading misinformation.