Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all:

I have lots of samll files to operate(read or write) at one time, need as soon as possible.

So I want to change the max thread of fuse, let it can give more files to my userspace filesystem.

Can I simply modify
C++
/** Maximum number of outstanding background requests */
#define FUSE_DEFAULT_MAX_BACKGROUND 12


to
C++
/** Maximum number of outstanding background requests */
#define FUSE_DEFAULT_MAX_BACKGROUND 120

Will it cause other errors?
Posted
Comments
Richard MacCutchan 12-Dec-13 3:56am    
Quite possibly yes. The only way to find out is to try it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900