The default memory limit is set to 8M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value memory_limit ?M
Then replace ? with the value you want to use. The maximum limit is 512M.
The default memory limit is set to 8M. This can be increased by creating a .htaccess file in your public directory with the following:
php_value memory_limit ?M
Then replace ? with the value you want to use. The maximum limit is 512M.
Comments
0 comments
Article is closed for comments.