100
What's your opinion on Ubiquiti/Unifi gear?
(lemmy.world)
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.
No spam.
Posts are to be related to self-hosting.
Don't duplicate the full text of your blog or readme if you're providing a link.
Submission headline should match the article title.
No trolling.
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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.