The zfs_arc_max value must be provided as a HEX value. More information here: http://www.thezonemanager.com/2009/03/filesystem-cache-optimization.html
root@game:/mnt/pve/nfs/tools# cat calc_arc.sh
#!/bin/bash
numGigs=$1
decVal=$((${numGigs}*(2**30)));
HEXVAL=`echo "obase=16;ibase=10...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.