I recently set up ZFS RAID-10 and I have some questions.
Generally speaking I presume this is a good setting for a mixture of Linux/Windows not particually running any processes to optimize (like SQL DB)
Also I have added the following
/etc/modprobe.d/zfs.conf
How can I check if this is being used? the nodes total RAM usage doesn't seem to be using much more than what the running VMs require.
And finally I recall reading that changing the cache settings from default (no cache) is required for snapshots? and is there better performances with ZFS if so what should I set it to for Windows + Linux VMs
Generally speaking I presume this is a good setting for a mixture of Linux/Windows not particually running any processes to optimize (like SQL DB)
Also I have added the following
/etc/modprobe.d/zfs.conf
Code:
#Max Ram Used by ZFS - 64GB
options zfs zfs_arc_max=68719476736
#Min Ram Used by ZFS - 20GB
options zfs zfs_arc_min=2147483648
How can I check if this is being used? the nodes total RAM usage doesn't seem to be using much more than what the running VMs require.
And finally I recall reading that changing the cache settings from default (no cache) is required for snapshots? and is there better performances with ZFS if so what should I set it to for Windows + Linux VMs