Why aren’t my feeds updating (Fatal error: Allowed Memory Size)

 

Feeds not updating and getting a fatal error about memory size?

Issue: When manually updating feeds from the Manage Feeds page, the message appears: Fatal error: Allowed memory size of xyz bytes exhausted.
Reason: An application ( Product Feed) is loading more memory than what the PHP server can handle in one process.

Solution 1: Increase the PHP memory limit. Start by doubling the current value.
WordPress users. In the wp-config.php file, find or add the following:
define(‘WP_MEMORY_LIMIT’, ‘512M’);
Note: Increasing this limit only works if your host allows it