Oracle® Solaris 11.2 Tunable Parameters Reference Manual

Exit Print View

Updated: December 2014
 
 

zfs_arc_min

Description

Determines the minimum size of the ZFS Adaptive Replacement Cache (ARC). See also zfs_arc_max.

Data Type

Unsigned Integer (64-bit)

Default

64 MB

Range

64 MB to zfs_arc_max

Units

Bytes

Dynamic?

No

Validation

Yes, the range is validated.

When to Change

When a system's workload demand for memory fluctuates, the ZFS ARC caches data at a period of weak demand and then shrinks at a period of strong demand. However, ZFS does not shrink below the value of zfs_arc_min. Generally, you do not need to change the default value.

Commitment Level

Unstable