config_passthrough.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-08 00:09:20 -05:00
parent 0cff2d7983
commit 71b00ca4b3

View File

@ -167,9 +167,9 @@ These options are the same regardless of whether you use them with the
longer need the data and it can drop its cache. Recommended when
**cache.files=partial|full|auto-full|per-process** to limit double
caching. (default: false)
* **passthrough=BOOL**: On Linux 6.9 and above passthrough allows for
* **passthrough=off|ro|wo|rw**: On Linux 6.9 and above passthrough allows for
near native IO performance. See below for more details. (default:
false)
off)
* **direct-io-allow-mmap=BOOL**: On Linux 6.6 and above it is
possible to disable file page caching while still allowing for
shared mmap support. mergerfs will enable this feature if available