Hi
I have the following default values on my FreeBSD storage for limiting the l2arc write to my SSD cache.
Although the values are limited to 8MB but I'm still able to get 40MB/s write to the SSD for L2ARC only, even I changed to 100KB also didn't work as expected. How can I throttle the write speed on SSD for caching?
I have the following default values on my FreeBSD storage for limiting the l2arc write to my SSD cache.
Code:
vfs.zfs.l2arc_write_boost: 8388608
vfs.zfs.l2arc_write_max: 8388608
Although the values are limited to 8MB but I'm still able to get 40MB/s write to the SSD for L2ARC only, even I changed to 100KB also didn't work as expected. How can I throttle the write speed on SSD for caching?
Code:
vfs.zfs.l2arc_norw: 1
vfs.zfs.l2arc_feed_again: 1
vfs.zfs.l2arc_noprefetch: 0
vfs.zfs.l2arc_feed_min_ms: 200
vfs.zfs.l2arc_feed_secs: 1
vfs.zfs.l2arc_headroom: 2
vfs.zfs.l2arc_write_boost: 8388608
vfs.zfs.l2arc_write_max: 8388608