How to Resize /tmp Partition
Step by step instructions on how to resize /tmp partition on the server. This is required only when you have less space alloted for /tmp partition causing problems with webserver showing errors or mysql database connect errors. Please follow the below procedure with commands specified to free some resources on /tmp partition. First stop the following services on the server. service chkservd stop service httpd stop service mysql stop service postgresql stop After all the services are stopped, Immediately try to unmount the tmp partition. umount /tmp If [...]