]> 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)
committerTony Hutter <hutter2@llnl.gov>
Wed, 20 Sep 2017 17:25:54 +0000 (10:25 -0700)
commit266b181e7594592e6db63b5e22584373585922ef
tree0e10de3a0501400492d33982cacb84455937d238
parentc474f5e9a7597bef2a12e89b7283cf6c892f90bd
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