Re: how to set vfs.zfs.arc.max in 15-current ?
- Reply: Toomas Soome : "Re: how to set vfs.zfs.arc.max in 15-current ?"
- In reply to: Juraj Lutter : "Re: how to set vfs.zfs.arc.max in 15-current ?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Oct 2023 06:35:15 UTC
On Fri, Oct 13, 2023 at 08:12:47AM +0200, Juraj Lutter wrote: >Set also vfs.zfs.arc.min to some value higher than zero. aha! that worked!!! :D root@beer:/root# sysctl vfs.zfs.arc.min=1073741824 vfs.zfs.arc.min: 0 -> 1073741824 root@beer:/root# sysctl vfs.zfs.arc.max=8589934592 vfs.zfs.arc.max: 0 -> 8589934592 root@beer:/root# thank you! --