juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.06k stars 888 forks source link

fuse: remove MaxPages, and increase MAX_KERNEL_WRITE to 1 MiB #4931

Open SandyXSD opened 3 weeks ago

SandyXSD commented 3 weeks ago

We hard-coded the opt.MaxWrite = 1 << 20, so with this PR the max write will be set to 1 MiB directly and can't be changed.