Enable zfs_arc_memory_throttle_disable by default
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 Feb 2013 20:14:44 +0000 (12:14 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 Feb 2013 21:38:24 +0000 (13:38 -0800)
commit546c978bbd3f132a88609cab15ec0e954eaa62b8
treefb2611d4154eaa1beda3e98404076859722d3e84
parent73a046cc8c863fd2ae5bcff3461005c4ecdcaec7
Enable zfs_arc_memory_throttle_disable by default

The zfs_arc_memory_throttle_disable module option was introduced
by commit 0c5493d47059f25ce9dbf20c9fe87655f55102a1 to resolve a
memory miscalculation which could result in the txg_sync thread
spinning.

When this was first introduced the default behavior was left
unchanged until enough real world usage confirmed there were no
unexpected issues.  We've now reached that point.  Linux's
direct reclaim is working as expected so we're enabling this
behavior by default.

This helps pave the way to retire the spl_kmem_availrmem()
functionality in the SPL layer.  This was the only caller.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #938
module/zfs/arc.c