How To Increase WordPress Memory After PHP Fatal error: Allowed memory size exhausted

PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 277644940 bytes) in /volumes/data/customer/wordpress/wp-content/plugins/searchwp/vendor/pdfparser/vendor/smalot/pdfparser/src/Smalot/PdfParser/Parser.php on line 72, referer: http://dev.thecustomer.com/index.php?swpnonce=1387006674.5392169952592578125000
To increase the PHP memory limit to 256MB, edit wp-config.php
and add the following just before the line that says "That's all, stop editing! Happy blogging."
:
1 |
define( 'WP_MEMORY_LIMIT', '256M' ); |
Leave Your Comment
All fields marked with "*" are required.