If you haven't customised this, in a pinch you can still lower it down a bit to buy some time.
All my servers have an 8 GB empty file on disk
11–20 of 715 posts
Re: All my servers have an 8 GB empty file on disk
#12Isn’t using LVM and holding some space back a better solution for this? Also I keep databases on their own partition so that nothing else can accidentally fill up the space and lead to data loss.
Re: All my servers have an 8 GB empty file on disk
#13Re: All my servers have an 8 GB empty file on disk
#14Re: All my servers have an 8 GB empty file on disk
#15Re: All my servers have an 8 GB empty file on disk
#16> Copy commands and even deletions can fail or take forever as memory tries to swap to a full disk That's only a problem if your memory is full as well, and even then, I've never encountered a server that uses a swapfile instead of a swap partition.
Re: All my servers have an 8 GB empty file on disk
#17Isn’t using LVM and holding some space back a better solution for this? Also I keep databases on their own partition so that nothing else can accidentally fill up the space and lead to data loss.
rm /path/to/big.file is faster than looking up the commands to expand the LVM volume and grow the filesystem.
Re: All my servers have an 8 GB empty file on disk
#18> Copy commands and even deletions can fail or take forever as memory tries to swap to a full disk That's only a problem if your memory is full as well, and even then, I've never encountered a server that uses a swapfile instead of a swap partition.