Admin > System Admin > Storage. One of your partitions are getting full.
You need to either clean up your disk, or add more storage/expand the partition.
The below should give you the folder/file size
cd /
du -sh *
and then
cd var
du -sh *
etc etc etc