Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increase buffer size? (max_pages and libfuse3) #63

Open
emm1R opened this issue Sep 28, 2021 · 1 comment
Open

How to increase buffer size? (max_pages and libfuse3) #63

emm1R opened this issue Sep 28, 2021 · 1 comment

Comments

@emm1R
Copy link

emm1R commented Sep 28, 2021

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.

@darthShadow
Copy link

There is already an open issue about Fuse 3 support: #50

And it does have an answer from the author about the effort involved in adding it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants