Browse Source

config_passthrough.hpp

passthrough
Antonio SJ Musumeci 9 months ago
parent
commit
71b00ca4b3
  1. 4
      README.md

4
README.md

@ -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 longer need the data and it can drop its cache. Recommended when
**cache.files=partial|full|auto-full|per-process** to limit double **cache.files=partial|full|auto-full|per-process** to limit double
caching. (default: false) 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: 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 * **direct-io-allow-mmap=BOOL**: On Linux 6.6 and above it is
possible to disable file page caching while still allowing for possible to disable file page caching while still allowing for
shared mmap support. mergerfs will enable this feature if available shared mmap support. mergerfs will enable this feature if available

Loading…
Cancel
Save