• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Disk Space

T

ttucker

Guest
My disk space keeps creeping to 100% and halting my server. All of the domains on my box are mine and nothing should be taking disk space. In 2 hours 1 gig was taken up.

Any thoughts on how I might identify this problem?

Thanks,.
 
could be log files, Ive seen some domain log files grow to 32 GB if log rotation isnt turned on

You can try something like this to find out
Code:
du -ch /var/www/vhosts/ | grep '/logs' | grep 'G'
 
Back
Top