You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In implementing the solution presented in #799, using the latest build of 2.1.99 available from the OpenZFS forums, I discovered that when I run sudo /usr/zfs/bin/zsysctl -f /etc/zfs/zsysctl.conf, I don't get the results I expect. The contents of my /etc/zfs/zsysctl.conf are:
kstat.zfs.darwin.tunable.zfs_arc.max=8589934592
and I had set that tunable by hand on the command line before trying zsysctl (my motivation for trying it manually in the first place is that it was not setting the tunable on boot). When I run zsysctl, I get:
In implementing the solution presented in #799, using the latest build of 2.1.99 available from the OpenZFS forums, I discovered that when I run
sudo /usr/zfs/bin/zsysctl -f /etc/zfs/zsysctl.conf
, I don't get the results I expect. The contents of my/etc/zfs/zsysctl.conf
are:and I had set that tunable by hand on the command line before trying
zsysctl
(my motivation for trying it manually in the first place is that it was not setting the tunable on boot). When I runzsysctl
, I get:If I then run it again, I get:
Whereas, what I was expecting was for it to set the tunable to 8589934592.
The text was updated successfully, but these errors were encountered: