Open
Description
The fuse inside the mountpoint-s3 is using the default max_read which is 128K per call. For our scenario, we are using the mount-s3 to stream some large data set and tarballs, usually in tens of Gbs, we found there are certain of the time is consumed by the large amound of fuse calls. In order to better improve the performance, we would like to have some option from mount-s3 to modify the max_read internally.