juicedata / juicefs

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

juicefs with redis and minio is very slow in macos, linux is normal #4998

Closed vklonghml closed 1 month ago

vklonghml commented 1 month ago

What happened: juicefs with redis and minio is very slow in macos

What you expected to happen: macos performs well

How to reproduce it (as minimally and precisely as possible): 1、juicefs mount --buffer-size 600M --max-uploads 40 redis://:xxx@xx.xx.xx.xx:6379/1 ~/jfs 2、open mount point , there are 40 file in mount point, range from 10MB to 1GB 3、each file operation with 2~5 second delay, like: choose one file, open a file, copy a file

Anything else we need to know?

Environment:

jiefenghuang commented 1 month ago

Can you see any slow requests in the logs? The 'stats' and 'profile' commands should help you analyze the specific problem and identify where the issue is occurring.

You can refer to the documentation below: