• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ZFS - RAM Optimization

402blownstroker

[H]ard|DCer of the Month - Nov. 2012
Joined
Jan 5, 2006
Messages
3,257
What would be better for a ZFS pool configuration?

1) building a ramdisk and adding that to the pool as cache
2) letting the zfs app take up and manage the same amount of ram
 
Assuming you are referring to read cache, making a ram disk is pretty much pointless because the memory is already being used as such (ARC). You would be over complicating things for nothing. Someone can probably elaborate on this but I would recommend doing a few google searches, there are some great articles that explain how each different form of cache works in ZFS.
 
As spankit has said, ZFS manages RAM extremely well with regard to using it as an adative read cache (ARC); adding a RAMdisk is adding an unnecessary layer. Using a RAMdisk as L2ARC will also reduce the amount of ARC available as L2ARC eats up a small amount of RAM which would otherwise be used as cache... so you'll end up with more complexity and less RAMA available for caching.
 
From what I understand, just throw more RAM at it, and if you can't, adding a fast SSD for L2ARC can be beneficial. A RAMDisk would overcomplicate and actually hinder performance
 
The fact that you're even considering this as an option, makes me think that you have a lot of reading to do before you build a ZFS box.
 
Back
Top