From ec63bce90203a223c88fa439b65b3af270726c9a Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sun, 17 Jun 2018 01:48:19 +0000 Subject: ZFS Handbook: vfs.zfs.arc_max and arc_min are adjustable at runtime This has been the case since FreeBSD 11 PR: 229035 Reported by: cperciva Reviewed by: bcr, wblock (previous version) Sponsored by: Klara Systems Differential Revision: https://reviews.freebsd.org/D9311 --- en_US.ISO8859-1/books/handbook/zfs/chapter.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'en_US.ISO8859-1/books/handbook/zfs') diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml index bd962eb62e..93700d430d 100644 --- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -3087,8 +3087,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16RAM, whichever is more. However, a lower value should be used if the system will be running any other daemons or processes that may require - memory. This value can only be adjusted at boot time, and - is set in /boot/loader.conf. + memory. This value can be adjusted at runtime with + &man.sysctl.8; and can be set in + /boot/loader.conf or + /etc/sysctl.conf. @@ -3103,8 +3105,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16ARC. - This value can only be adjusted at boot time, and is set - in /boot/loader.conf. + This value can be adjusted at runtime with &man.sysctl.8; + and can be set in + /boot/loader.conf or + /etc/sysctl.conf. @@ -3117,8 +3121,10 @@ dedup = 1.05, compress = 1.11, copies = 1.00, dedup * compress / copies = 1.16ARC. - This value can only be adjusted at boot time, and is set - in /boot/loader.conf. + This value can be adjusted at runtime with &man.sysctl.8; + and can be set in + /boot/loader.conf or + /etc/sysctl.conf. -- cgit v1.2.3