How to Increase size of /tmp on cpanel server

cPanel Server

To increase the size of /tmp folder, first, stop monitoring services, so it won’t get auto started while we resize /tmp folder whmapi1 configureservice service=cpsrvd enabled=1 monitored=0 whmapi1 configureservice service=mysql enabled=1 monitored=0 whmapi1 configureservice service=httpd enabled=1 monitored=0 Now stop Cpanel, MySQL and Apache services /scripts/restartsrv_cpsrvd –stop /scripts/restartsrv_mysql –stop /scripts/restartsrv_httpd –stop Unmout current /tmp folder umount … Read more