:: cPanel warning / error
Drive Critical: /dev/loop0 (/var/tmp) is 92% full
:: How to fix Drive Critical /var/tmp on cPanel
+ edit /scripts/securetmp file
vi /scripts/securetmp # increase the size on this line (2GB) my $tmpdsksize = 2097152; # Must be larger than 250000
+ apply the new configuration
umount -l /tmp umount -l /var/tmp rm -fv /usr/tmpDSK /scripts/securetmp
+ checking mounting
df -h