]> granicus.if.org Git - zfs/commit
Increase default arc_c_min
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Sep 2017 16:36:17 +0000 (09:36 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2017 16:36:17 +0000 (09:36 -0700)
commit4ce3c45a5e30a6ee698ea60be381c774050093ed
tree2bbdff8e2ffb013c81c0855569ec5bf2f8a9926e
parent848259c10f08694fd57c005aeb5ca8d724f046b6
Increase default arc_c_min

Increase the default arc_c_min value to which whichever is larger,
either 32M or 1/32 of total system memory.  This is advantageous for
systems with more than 1G of memory where performance issues may
occur when the ARC is allowed to collapse below a minimum size.
At the same time we want to use the bare minimum value which is
still functional so the filesystem can be used in very low memory
environments.

Reviewed-by: Tim Chase <tim@chase2k.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6659
module/zfs/arc.c