memory - Working with large catalog on Magento 1.8 platform. Indexing and Exporting time out -
i have large catalog i've imported oscommerce, 127,428 products exact. they've come through magento simple products 1 image. have been unsuccessful @ getting indexing work @ command line ssh. times out or never finishes.
the second problem having exporting (even enabled products) giving me memory error. there doesn't seem enough memory write export file. need edit products add additional pictures , change descriptions , such. plan use mage edit , import products in.
is there can possibly thing export 127,000 products without errors?
i using: system->import/export->dataflow-profiles -> export products
i had exact same problem exporting google shopping. timed out (probably due having many products in feed).
according this exporting magento google shopping guide: should change php.ini settings these values:
ini_set(’max_execution_time’,’1800’); ini_set(’memory_limit’,’1024m’);
Comments
Post a Comment