0

My disk space is rapidly getting eaten up and I don't know why.

I was using localhost and it was taking a long time to load so I checked the properties in the folder and I had 2GB left out of 125GB on my SSD.

What is causing this error and how do I fix it?

Eliah Kagan
  • 119,640
Billy_2lgit_2qt
  • 165
  • 1
  • 1
  • 7

1 Answers1

1

This is like asking "Why it doesnt work" without giving any further information.

I guess that this might be caused by log files left out without clearing for long. If the SSD is your primary disk check the size of the /var/log folder.

Also run sudo apt-get autoclean it will clear out any unnecessary packages

user36976
  • 551