summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-02-05 12:26:34 -0800
committerBrian Behlendorf <[email protected]>2009-02-05 12:26:34 -0800
commit4ab13d3b5c2d0724632dd29c0970ff7df00985f5 (patch)
treec006243f54c1f75d07a231fef0fbe5ddab2c4ef3 /configure.ac
parent36b313dacf2f60f526fe98b7e9d1a6bbcbb250d2 (diff)
Additional Linux VM integration
Added support for Solaris swapfs_minfree, and swapfs_reserve tunables. In additional availrmem is now available and return a reasonable value which is reasonably analogous to the Solaris meaning. On linux we return the sun of free and inactive pages since these are all easily reclaimable. All tunables are available in /proc/sys/kernel/spl/vm/* and they may need a little adjusting once we observe the real behavior. Some of the defaults are mapped to similar linux counterparts, others are straight from the OpenSolaris defaults.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bd4f69976..259c4e892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,6 +72,7 @@ SPL_AC_3ARGS_ON_EACH_CPU
SPL_AC_FIRST_ONLINE_PGDAT
SPL_AC_NEXT_ONLINE_PGDAT
SPL_AC_NEXT_ZONE
+SPL_AC_GET_ZONE_COUNTS
TOPDIR=`/bin/pwd`