xml - Magento 1.7 - Allowed memory size exhausted - SimpleXML -
i have error on 1.7 magento installation. when try manage products, error: allowed memory size of 4294967296 bytes exhausted (tried allocate 523800 bytes) in [...]/src/lib/varien/simplexml/config.php on line 667
occurs. thing did update factfinder extension. reverted code changed since error occures, no changes. on second installation have same code, no error occures in backend.
most confusing fact: config.php has 604 lines ... have no idea debug error.
i had same sort of problem when trying import/export products , customers when migrating installation of magento. error, found, server-side. need contact hosting provider , ask them increase memory limit in php.ini.
max_execution_time = 120 ; maximum execution time of each script, in seconds max_input_time = 240 ; maximum amount of time each script may spend parsing request data memory_limit = 1024m
above values needed change solve memory size exhaustion error.
hope helps.
Comments
Post a Comment