Searched defs:zfs_condense_pct (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c46 * The zfs_condense_pct determines how much more compact the in-core
50 int zfs_condense_pct = 200; variable
2010 * 2. The minimal on-disk space map representation is zfs_condense_pct/100
2012 * (i.e. zfs_condense_pct = 110 and in-core = 1MB, minimal = 1.1.MB).
2072 object_size >= (optimal_size * zfs_condense_pct / 100) &&

Completed in 70 milliseconds