• What is increasing my file usage, it is currently at 130 000 and the limit is 300 000.
    Before a few weeks a had above 300 000 and had to delete a website to lower down to 119 000.
    But again, it is constantly increasing currently at 130 000 but it will soon reach the limit and I don’t want to delete another website.
    Please help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Max

    (@clementsm)

    You should open a case with your hosting provider to find out. Cpanel sums together everything in your location on the server. It may be something simple like web-server log files, which you can delete.

    Thread Starter nikola797992

    (@nikola797992)

    Can I paste here information that they gave me?

    Thread Starter nikola797992

    (@nikola797992)

    – about the inode count?

    Maybe the automatic installatron backup, or the error_log ?!
    What’s your providers answer?

    Max

    (@clementsm)

    Here is a long somewhat simplified answer. So an inode is a data-structure that contains meta-data about a file. Every linux file system has only a limited amount of them, and you use at least one of them for every file.

    There is an assumption made when formatting a Linux file system on the minimum average size of a file. Basically volume size divided by the number of inodes, gives you the minimum average size of the files you should be storing.

    If you store lots of small files in your folder, that are less than the minimum average file size as per that equation for your file system, then you can use up all your inodes and no longer be able to store any additional files to your disk, even though you may still have space left on the volume.

    What your hosting company is telling you is that they have only allocated 300,000 inodes to your account, and that for some reason you have exhausted them.

    What you could do is get a listing of all the files on your shared space and see if you have one folder with a lot of small files. hehehuhu is possibly correct, automatic backups and so on are often guilty.

    Thread Starter nikola797992

    (@nikola797992)

    Ok, here’s what they gave me –

    In your home directory:
    95372 ./public_html
    31625 ./mail

    In pubilc_html
    41780 ./jumpmanual.org
    30717 ./paprikajewels.com
    8455 ./amazonb.info
    6430 ./realbrestrogenreviews.com
    3474 ./wp-content
    1605 ./howtoincreasepenissize.info
    1605 ./enjoyinpain.com

    And, in jumpmanual.org:
    25950 ./paprikajewels.com
    14525 ./wp-content

    I don’t understand why I have 2 jumpmanual.org and 2 paprikajewels.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘File Usage in Cpanel’ is closed to new replies.