Community

Closed WordPress + LSCACHE reports big directory size

jo
josephgodwinke #2

Hello @a159cm Happy you are here

Check you /wp-content/uploads check if you have remnants from backup plugins and image optimizers. Do you have folders you dont know which plugin created under /wp-content/

OR

Using ssh terminal check the size of files under /home/mywordpress.com/public_html/wp-content/

# list all files bigger than 100mb
find / -size +100M -ls
a1
a159cm #3

/wp-content/uploadseverything is fine.

jo
josephgodwinke #4

Check if you have remnants of other files in public_html that you do not need

a1
a159cm #5

There’s definitely nothing

jo
josephgodwinke #6

What is your issue exactly ? Your website is >30gb

a1
a159cm #7

its real size is 1.5 GB. these 30 GB are half of my server, when 100% of the disk is full. the server issues a 500 error on all sites

jo
josephgodwinke #8

It surely will. The 100% disk usage can be cache files accumulating or backup files. You need to delete those.

a1
a159cm #9

there are no backups, the find, du, df commands do not show anything

jo
josephgodwinke #10

Are you running LSCACHE plugin for wordpress ?

a1
a159cm #11

yes, i’m using LSCACHE

a1
a159cm #13

cleared the cache, the space is free, thanks for the help

This topic is closed to new replies.