PHP FIX IssuesCategory: WordPressFatal error: Out of memory in wordpress
fatalerror asked 49 years ago

Fatal error: Out of memory (allocated 786432) (tried to allocate 24576 bytes) in D:\\www\\domain\\wpinclude\\…
The out of memory does not make sense because it said only 786432 bytes is allocated and it needed 24576 bytes more.
 

1 Answers
phpfix answered 5 years ago

Paste this code in wp-config.php fileĀ 

1

define( 'WP_MEMORY_LIMIT', '256M' );

or

If you have access to your PHP.ini file, change the line in PHP.ini
memory_limit = 1024M ;
Using htacess.
php_value memory_limit 1024M

Author - fatalerror comments - 0

Copyright © 2014 - Designed by Jolly Themes