Comment to 'Where can I learn about inodes being used? How are posts on fee...'
  • The way inodes are consumed depends on how the data is structured and stored.

    If each post is stored as a separate file, you will hit the inode limit, whereas a single database file with all posts will consume fewer inodes than storing each post as a separate file.

    inode limits can also get pushed way up if your tmp folders are filling up unchecked.