file-system read-ahead configuration
"Shadi Ammouri" <[email protected]>
| Newsgroups | gmane.os.netbsd.general,gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is there a way to configure the read-ahead size of a given filesystem (I'm using FFS)? How is this affected by the posix_fadvice() system call, does the later extend the size of the read-ahead, or does it cause the FS to use it differently? Thanks.