You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is correct, but I guess it might be due to the characteristics of Fuse. The design pattern of the Fuse file system is based on an event-loop model, where all requests are scheduled to a single thread and processed sequentially. Achieving 100% parallelism might require you to manually create new threads?
When running multiple commands it seems that they have to finish in order.
For example when running:
in the implementation of one of the commands and triggering it, the whole file systems seem to come to a hold.
The text was updated successfully, but these errors were encountered: