tunables or sysctls?

Status
Not open for further replies.

tac12345

Dabbler
Joined
Jun 19, 2011
Messages
22
i want to add new variable for l2arc, but should i put them in tunables, or in sysctls? running 8.3.0 rc1

thanks
 

tac12345

Dabbler
Joined
Jun 19, 2011
Messages
22
vfs.zfs.l2arc_write_max 200MB True
vfs.zfs.l2arc_headroom 4 True
vfs.zfs.l2arc_noprefetch 0 True
vfs.zfs.l2arc_write_boost 380MB True
 
J

James

Guest
Sysctls use MIB values (dotted format), so that is your case here. Tunables tend to be driver names followed by a _load.
 

tac12345

Dabbler
Joined
Jun 19, 2011
Messages
22
thanks ! but in both case, setting will be applied before the pool is imported?
 
Status
Not open for further replies.
Top