You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
springrts.com ran out of disk space yesterday. There seems to be some recurring process that can take up a significant amount of GB and create this issue if free space is < 10 GB
In any case, the springfiles maps directory seems to be the biggest one and had about 92 GB at the time.
I manually removed about 7 GB worth of old versions of maps which have newer ones and also have relatively big files.
Then I made this script to cleanup the DB records, images,etc as if they'd been removed through the web app verifyMapsCleanup.zip
might be worth adding it on a PR
The text was updated successfully, but these errors were encountered:
disk filled up again!
/dev/mapper/spring1--vg-root 365494272 362827904 64 100% /
mysql stopped working
springfiles@spring1:~/upq/files/games$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (111)
apparently it's not user-uploaded content that's doing this since no game or map has been uploaded in the past 12h and the remaining free ~5 GB are gone.
springrts.com ran out of disk space yesterday. There seems to be some recurring process that can take up a significant amount of GB and create this issue if free space is < 10 GB
In any case, the springfiles maps directory seems to be the biggest one and had about 92 GB at the time.
I manually removed about 7 GB worth of old versions of maps which have newer ones and also have relatively big files.
Then I made this script to cleanup the DB records, images,etc as if they'd been removed through the web app
verifyMapsCleanup.zip
might be worth adding it on a PR
The text was updated successfully, but these errors were encountered: