The inode file limits sossnt to smaller deployments with less than about 128000 files. It also gets slower the more files there are in the inode list.
This should be replaced with some sort of filesystem-like inode scheme or database etc.
The inode file can now grow as large as it needs to. So, replacing it with a db or etc. is still a worthy goal, but is less pressing.
Log in to post a comment.
The inode file can now grow as large as it needs to. So, replacing it with a db or etc. is still a worthy goal, but is less pressing.