Tag: server management

05 Nov 2022
increase php memory limit

Increase PHP Memory Limit

When working with php, you may find that some software or themes may break due to your current hosting configurations. Especially when working in WordPress, incompatable memory limits may cause the site to break or even get the white screen of death. You can use debugging tools or check the error logs to find the […]

Continue Reading
05 Nov 2022
Full /tmp Disk on Server Background

Clean Full /tmp Disk on Server

Dependent on your server environment, you may see your temp disk as full from a build up of outdated files. We recommend the fastest way of cleaning this full /tmp disk on server by utilizing tmpwatch inside your terminal in WHM. It’s also important to note where the issue is coming from to prevent it […]

Continue Reading