mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
adjusting, seems there are some perf benefit
This commit is contained in:
parent
8178fc9973
commit
a09eaf8756
@ -39,9 +39,9 @@ func runMount(cmd *Command, args []string) bool {
|
||||
fuse.AllowOther(),
|
||||
fuse.AllowSUID(),
|
||||
fuse.DefaultPermissions(),
|
||||
// fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
|
||||
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
|
||||
fuse.AsyncRead(),
|
||||
fuse.WritebackCache(),
|
||||
// fuse.WritebackCache(),
|
||||
)
|
||||
if err != nil {
|
||||
glog.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user