this post was submitted on 09 Feb 2024
19 points (91.3% liked)

Selfhosted

39159 readers
432 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi all,

I am looking at building my next NAS. My current will move to offsite, and the new will be primary. I previously used this motherboard, and was planning to go with that again. Then I saw this one, which seems like a better option. It has a slightly better CPU and a PCIe slot, but can only have 32GB memory max compared with 64GB max on my current.

Am I missing anything or is this a no-brainer to switch to the N100 board?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 7 months ago (1 children)

Why do you need so much ram in your NAS?

[–] [email protected] 9 points 7 months ago (2 children)

ZFS. It can use up as much RAM as you care to give it for caching. So if you are slinging a lot of data back and forth, more RAM is better. Especially if you are using HDDs instead of SSDs.

[–] [email protected] 4 points 7 months ago

And bumping up the RAM for caching makes a HUGE difference in performance on a RAM starved system. Going from 16 to 32 gigs almost doubled my read write performance for anything other than tiny files here and there. And overall I/O latency tanked.

[–] [email protected] 1 points 7 months ago (1 children)

Why do you need to cache data? To seed a lot of torrents?

[–] [email protected] 1 points 7 months ago

It's a function of ZFS itself. Data that is to be written to the drives is first written to RAM, then transferred to the drives. One of the benefits of this is that if you are moving a file that is smaller than the available RAM, your transfer won't appear to be limited to the write speed of the drives.