this post was submitted on 08 Feb 2026
101 points (95.5% liked)
Selfhosted
59897 readers
524 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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have an edge router and switch, and two unifi APs. All accounts running locally. Works fine for my uses, though I think if I had it to do over again I'd investigate pfsense or opnsense. Not sure about hardware tho.
TrueNAS is all I've used for my home for the better part of a decade. It's been fine, what is your concern?
ZFS seems pretty RAM hungry and I don’t believe you can add new drives to an existing volume.
This is a common misunderstanding.
Short version; ZFS isn't RAM hungry, it's RAM aware. If your system has unused memory lying around, ZFS will use it to improve read performance. But it will give up that memory the moment anything else needs it.
No longer true
Oh hell yeah, I didn't know about the raidz extension. That's amazing!
It's in the latest TrueNAS versions. https://www.truenas.com/blog/electric-eel-openzfs-23/
Does TruNAS support this feature?
Related, will TruNAS work on a mini PC with an attached DAS?
It's part of ZFS 2.3.0, so it just depends what version TrueNAS is shipping with.
How is the DAS connected?
Don’t own one yet. But I guess USB?
Don't use USB to connect hdds to a nas, it isn't reliable enough and will causes problems, it's just a matter of time.
So no mini PC then? I'd have to build a tower I suppose.
TrueNAS doesn't support external connectors like USB
It does take time to free ram. If you need the ram for other things it is best practice to limit the arc cache
Only when you have to write out to swap. In the case of something like ZFS, it stores data in RAM, looks for it there, then looks on the disk. So freeing up the RAM is effectively instantaneous; you just mark the space as free, then the other process writes into it.