Replies: 2 comments
-
If it uses mmap it's likely a critical failure when it fails. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not that software "require" cache. It's that when caching is disabled so is certain usages of mmap. If software use mmap in those ways it will fail. It will receive errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If some software doesn't work but it doesn't tell me that it has some input/output error, how do I know whether it fails because I don't have cache in the mergerfs folder, after using the
cache.files=off
option?Beta Was this translation helpful? Give feedback.
All reactions