Include this line in an .htaccess file in the same directory as the script:
php_value memory_limit ?M
Replace ? with the appropriate megabyte value. Our default size is set to 128MB, and a successful modification of the memory limit will show in your PHP info file.
To be able to view server configuration information for your sites using PHP, insert the following code into a file named phpinfo.php:
<?php phpinfo(); ?>
Save the file to your site and then use your browser to call on the file.
If you are continuing to encounter issues, please contact support.
Comments
0 comments
Article is closed for comments.