Portal Home > Knowledgebase > Cpanel / WHM > Increase /tmp Partition
Increase /tmp Partition
edit /etc/rc.local and remove the "/scripts/securetmp --auto" line.
service chkservd stop
service httpd stop
service mysql stop
service postgresql stop
umount /var/tmp
lsof | grep /tmp
umount /tmp
rm /usr/tmpDSK
replace "256000" "512000" -- /scripts/securetmp
/scripts/securetmp
service postgresql start
service mysql start
service httpd start
service chkservd start
Add to Favourites
Print this Article