-
Today, i noticed that our juicefs cannot accessed with error So i checked juicefs logs and found that it's output This is a Redis error, I then checked Aliyun Redis and found that the maximum memory reached 1G. $ df -h /jfs
Filesystem Size Used Avail Use% Mounted on
JuiceFS:juicefs 1.0P 302G 1.0P 1% /jfs
$ df -i /jfs/
Filesystem Inodes IUsed IFree IUse% Mounted on
JuiceFS:juicefs 10495179 9419 10485760 1% /jfs Only 9149 inodes consume 1 GB of Redis memory, is this normal ? How many files need to be configured with a reference for Redis memory ?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 22 replies
-
Looks like 115 KiB per inode, could you restart Redis to observe if the memory load will down? |
Beta Was this translation helpful? Give feedback.
Looks like 115 KiB per inode, could you restart Redis to observe if the memory load will down?