|
|
|
|
|
by satoshiiii
1172 days ago
|
|
Even in paid shared web hosting services, there is an inode limit. And it was more than a decade ago since I stumbled with this issue. Since then I monitor my file count and delete those with last TOUCHed of at least 30 days even if I have moved already to a dedicated server long time ago. I was caching complex database queries to the disk and did not bother to delete the files before. I wonder if there is still a limit with modern Linux OSes and that is why Google is limiting some of their users? |
|
But this does remind me of having to set up a cron job on an old PHP application because the sessions were saved as files and it ran into the inode limit several years in :P