How to increase /tmp size and secure
For shared hosting, big /tmp partition is recommended. If /tmp is too small then you may face /tmp full issue. How to increase /tmp partition in cpanel First stop cpanel, apache, mysql services. /etc/init.d/cpanel stop /etc/init.d/httpd stop /etc/init.d/mysql stop Now unmount /tmp and /var/tmp umount -l /tmp umount -l /var/tmp Move /usr/tmpDSK file to another … Read more