All my servers have an 8 GB empty file on disk
91–100 of 715 posts
Re: All my servers have an 8 GB empty file on disk
#92To me it has a taste of domain squatting or GPU scalping, but you don't do it with strangers, but your team.
Re: All my servers have an 8 GB empty file on disk
#93Re: All my servers have an 8 GB empty file on disk
#94All my servers have an alarm when disk space goes above 70%. It sends an email every hour once the disk usage goes above 70%. Never had a server go down because of disk space issue after adopting this practise. Also one of the main reasons server disks go full is generally log files. Always remember to "logrotate" your log files and you will not have this issue that much. Yes one more thing, for all user uploaded fil…
Re: All my servers have an 8 GB empty file on disk
#95Ah, the classic 'speed-up loop' approach: https://thedailywtf.com/articles/The-Speedup-Loop About the blogpost itself: The disk filled up, and that's one thing you don't want on a Linux server—or a Mac for that matter. When the disk is full nothing good happens. I had this happen few times on a Mac and every time I was shocked that if disk gets full you cannot even delete a file and the only option is to do a full sy…
Re: All my servers have an 8 GB empty file on disk
#96Re: All my servers have an 8 GB empty file on disk
#97Re: All my servers have an 8 GB empty file on disk
#98All my servers have an alarm when disk space goes above 70%. It sends an email every hour once the disk usage goes above 70%. Never had a server go down because of disk space issue after adopting this practise. Also one of the main reasons server disks go full is generally log files. Always remember to "logrotate" your log files and you will not have this issue that much. Yes one more thing, for all user uploaded fil…
Is there a package I can install to set this up?
Re: All my servers have an 8 GB empty file on disk
#99Re: All my servers have an 8 GB empty file on disk
#100No. Careful partitioning is the solution to this problem. Monitor the growth of your partitions and make sure nothing on rootfs or other sensitive partitions grow significantly.