How do I change the PHP memory limit?

In an .htaccess file in the KBPublisher installation directory change and uncomment line:
php_value memory_limit

For example, if the desired limit is 32 MB, the following directive would be placed in the .htaccess:

php_value memory_limit "32M"

If you are on windows with IIS server .htaccess file will not work for you,
You should update this setting in php.ini file.



Article ID: 291
Last updated: 14 Nov, 2015
Revision: 3
HowTo, Tips & Tricks -> PHP & MySQL -> How do I change the PHP memory limit?
https://www.kbpublisher.com/kb/how-do-i-change-the-php-memory-limit_291.html