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 am trying to increase the buffer size in Read() when using linux but have not yet been successful. From what I have been able to work out, one possible (only?) way would be to use libfuse3 which supports larger values for max_pages. However, it seems like cgofuse does not support libfuse3 as using it gives panic: cgofuse: cannot find FUSE. Is there a plan to have cgofuse use libfuse3, and is there any other way I could increase the buffer size?
I have noticed that there is already an issue that talks about this (#55) but it doesn't seems to have a final answer to this question.
The text was updated successfully, but these errors were encountered:
I am trying to increase the buffer size in Read() when using linux but have not yet been successful. From what I have been able to work out, one possible (only?) way would be to use libfuse3 which supports larger values for max_pages. However, it seems like cgofuse does not support libfuse3 as using it gives
panic: cgofuse: cannot find FUSE
. Is there a plan to have cgofuse use libfuse3, and is there any other way I could increase the buffer size?I have noticed that there is already an issue that talks about this (#55) but it doesn't seems to have a final answer to this question.
The text was updated successfully, but these errors were encountered: