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