CRITICAL Allowed memory size of 536870912 bytes exhausted
-
Hello,
Same issue at https://www.ads-software.com/support/topic/fatal-error-allowed-memory-size-127/, and I do not know why I can submit question there, so I post again here.
Would you please let us know if we need do Both of the following methods, or one of these two methods?
1#
Edit your wp-config.php file
Add this to the top, before the line that says, “Happy Blogging”:define(‘WP_MEMORY_LIMIT’, ‘1024’);
2#
Edit your PHP.ini file
If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 64M try 256M:memory_limit = 256M ;
Maximum amount of memory a script may consume (64MB)Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CRITICAL Allowed memory size of 536870912 bytes exhausted’ is closed to new replies.