]> git.proxmox.com Git - pve-docs.git/commitdiff
add hint about ZFS default ARC size
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Sep 2016 08:49:56 +0000 (10:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Sep 2016 08:49:56 +0000 (10:49 +0200)
local-zfs.adoc

index 563e0c58455aed1acca24c8e769fe86ed9033349..ff602ed13503587c79353ae3150fe05a8182a61f 100644 (file)
@@ -276,9 +276,10 @@ other settings are optional.
 Limit ZFS memory usage
 ~~~~~~~~~~~~~~~~~~~~~~
 
 Limit ZFS memory usage
 ~~~~~~~~~~~~~~~~~~~~~~
 
-It is good to use max 50 percent of the system memory for ZFS arc to
-prevent performance shortage of the host. Use your preferred editor to
-change the configuration in /etc/modprobe.d/zfs.conf and insert:
+It is good to use maximal 50 percent (which is the default) of the
+system memory for ZFS ARC to prevent performance shortage of the
+host. Use your preferred editor to change the configuration in
+/etc/modprobe.d/zfs.conf and insert:
 
  options zfs zfs_arc_max=8589934592
 
 
  options zfs zfs_arc_max=8589934592