Skip to content

Commit

Permalink
clarify man page
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick-student committed Jul 5, 2024
1 parent 798c0ce commit ba285fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/man4/zfs.4
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ When readdir searches a directory, it normally prefetches metadata for
all objects in the directory it checks, even if it's just
looking for a single object.
Setting this to a non-zero value disables that prefetching for directories
larger than that value.
with more files than that value.

This comment has been minimized.

Copy link
@stuartthebruce

stuartthebruce Jul 5, 2024

Perhaps too pedantic, but what about files -> files/directories or files + directories or entries?

Disabling it for large directories can greatly lower CPU usage on NFS servers where directories
have a very large number of subdirectories.
A reasonable value would be 20000.
Expand Down

0 comments on commit ba285fe

Please sign in to comment.