Running into memory exhaustion errors or struggling to upload larger files and plugins? You just need to bump up your PHP limits. It’s a super common issue, and you can fix it yourself in about two minutes straight from your dashboard.
Here is how to do it:
Go to your site dashboard and click on Manage next to the site you want to increase.
Open the File Manager tab and click on the
.htaccessfile to edit it.-
Add these values to the top of the file and save your changes:
php_value upload_max_filesize 1024M php_value post_max_size 1024M php_value memory_limit 1024M php_value max_execution_time 600 php_value max_input_time 600
Once saved, those new limits will kick in immediately. Still having issues uploading or getting timeout errors? Drop us a line in live chat or Submit a Ticket to our Support Team, and our team will get it fixed for you.
Comments
0 comments
Article is closed for comments.