←back to thread

430 points ingve | 1 comments | | HN request time: 0.232s | source
Show context
koeng ◴[] No.44465605[source]
Are there any mini NAS with ECC ram nowadays? I recall that being my personal limiting factor
replies(5): >>44465667 #>>44465712 #>>44465754 #>>44465836 #>>44465903 #
qwertox ◴[] No.44465903[source]
Minisforum N5 Pro Nas has up to 96 GB of ECC RAM

https://www.minisforum.com/pages/n5_pro

https://store.minisforum.com/en-de/products/minisforum-n5-n5...

    no RAM 1.399€
  16GB RAM 1.459€
  48GB RAM 1.749€
  96GB RAM 2.119€
96GB DDR5 SO-DIMM costs around 200€ to 280€ in Germany.

https://geizhals.de/?cat=ramddr3&xf=15903_DDR5~15903_SO-DIMM...

I wonder if that 128GB kit would work, as the CPU supports up to 256GB

https://www.amd.com/en/products/processors/laptop/ryzen-pro/...

I can't force the page to show USD prices.

replies(2): >>44466328 #>>44468959 #
wyager ◴[] No.44466328[source]
Is this "full" ECC, or just the baseline improved ECC that all DDR5 has?

Either way, on my most recent NAS build, I didn't bother with a server-grade motherboard, figuring that the standard consumer DDR5 ECC was probably good enough.

replies(2): >>44466503 #>>44467414 #
1. qwertox ◴[] No.44467414[source]
This is full ECC, the CPU supports it (AMD Pro variant).

DDR5 ECC is not good enough. What if you have faulty RAM and ECC is constantly correcting it without you knowing it? There's no value in that. You need the OS to be informed so that you are aware of it. It also does not protect errors which occur between the RAM and the CPU.

This is similar to HDDs using ECC. Without SMART you'd have a problem, but part of SMART is that it allows you to get a count of ECC-corrected errors so that you can be aware of the state of the drive.

True ECC takes the role of SMART in regards of RAM, it's just that it only reports that: ECC-corrected errors.

On a NAS, where you likely store important data, true ECC does add value.