Skip to main content

cagefs-skeleton usage in cpanel

Comments

5 comments

  • ffeingol
    First off, cagefs-skeliton is part of
    0
  • cPRex Jurassic Moderator
    Thanks, @ffeingol @hossein - can you run this command on the server and post the output? du -sh /var/lib/mysql
    0
  • hossein
    hi here is output : [root@fra ~]# du -sh /var/lib/mysql 361G /var/lib/mysql [root@fra ~]#
    thanks .
    0
  • cPRex Jurassic Moderator
    That would indicate the usage is all real and inside the MySQL directory. The only other thing you could do would be to check and ensure it's not the error log file taking up a large amount of space, as that could be cleared, but there isn't a way to shrink the MySQL data itself.
    0
  • ffeingol
    I'll respectfully disagree with @cPRex. It really depends on the storage engine. If it's innodb, then I agree that it's difficult to clean up space. if it's MyISAM and you can clean up tables, then you can optimize tables and reclaim space. As an example, we've seen Drupal sites with huge watchdog tables (where Drupal logs errors). Depending on the storage engine those can be truncated (by the client) to free up space.
    0

Please sign in to leave a comment.