Skip to content

man: replace inaccurate dedup memory rule of thumb#18185

Open
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:fix/dedup-warning-text
Open

man: replace inaccurate dedup memory rule of thumb#18185
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:fix/dedup-warning-text

Conversation

@chrislongros
Copy link

@chrislongros chrislongros commented Feb 7, 2026

The man page states '1.25 GiB of RAM per 1 TiB of storage' as a recommendation for deduplication. This rule of thumb is misleading because actual memory requirements depend on the dedup table (DDT) size, which varies with the number of unique blocks, block size, and dedup algorithm—not simply total storage capacity.

Replace the fixed ratio with a description of the actual factors that determine dedup memory requirements.

Closes #2829

The man page stated '1.25 GiB of RAM per 1 TiB of storage' as a
recommendation for deduplication. This rule of thumb is misleading
because actual memory requirements depend on the dedup table (DDT)
size, which varies with the number of unique blocks, block size,
and dedup algorithm, not simply total storage capacity.

Replace the fixed ratio with a description of the actual factors
that determine dedup memory requirements.

Closes openzfs#2829

Signed-off-by: Christos Longros <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warning about deduplication is not accurate

1 participant