php-google-merchant-feed icon indicating copy to clipboard operation
php-google-merchant-feed copied to clipboard

PHP Fatal error: Allowed memory size of 536870912 bytes exhausted

Open Globerada opened this issue 2 years ago • 1 comments

Hi.

We have a large database, so we don't have enought memory to hold all products until "$feed->build()"

Is any workaround in order to print each product rather than wait to the end?

Thank you.

Globerada avatar Dec 14 '22 11:12 Globerada

Hi. I have same problem with 137k products. PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /sf/app/src/vendor/vitalybaev/google-merchant-feed/src/HasProperties.php on line 81

Antoxa-Racoon avatar Feb 27 '23 08:02 Antoxa-Racoon