• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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