You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to do the reindex of dynamiccategory, it gives me the following error:
"PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 632 bytes) in /dati/maintstore/htdocs/golive.micromaint.com/lib/Zend/Db/Statement/Pdo.php on line 228"
I set memory limit 256M now Reindex dynamiccategory works fine.
memory limit is set on 256M
2300 Products
630 Categories
This reindex takes around 6-7 minutes.
Is it normal that this reindex takes so much time and memory?
Are there others ways or any optimizations that i can do?
Thanks so much.
The text was updated successfully, but these errors were encountered:
Hi @webmastermicromaint Please note, that Magento recommends in the official system requirements a Memory_limit no less than 256Mb (preferably 512).
The speed depends on the amount of products, attributes which are applicable for price rules, the amount of dynamiccategory rules, etc.. For every rule the indexer has to determine all applicable products for a rule in order to build a correct index.
When I try to do the reindex of dynamiccategory, it gives me the following error:
"PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 632 bytes) in /dati/maintstore/htdocs/golive.micromaint.com/lib/Zend/Db/Statement/Pdo.php on line 228"
I set memory limit 256M now Reindex dynamiccategory works fine.
This reindex takes around 6-7 minutes.
Is it normal that this reindex takes so much time and memory?
Are there others ways or any optimizations that i can do?
Thanks so much.
The text was updated successfully, but these errors were encountered: