magento xampp out-of-memory

¿Cómo puedo resolver Magento Sin memoria Error fatal?



xampp out-of-memory (2)

Magento 1.9.x con xampp-win32-7.0.4 que muestra el siguiente tipo de error al azar

Fatal error: Out of memory (allocated 14680064) (tried to allocate 790528 bytes) in lib/Less/Parser.php on line 3719 Fatal error: Out of memory (allocated 134217728) (tried to allocate 16384 bytes) in lib/Varien/Image/Adapter/Gd2.php on line 74 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 16384 bytes) in lib/Zend/Db/Statement/Pdo.php on line 228

Lo intento como siguiente enlace pero no pasa nada

https://indiestechtips.wordpress.com/2012/10/13/magento-fatal-error-out-of-memory-allocated-14680064-tried-to-allocate-1245184-bytes/


agregue este código a index.php

ini_set(''memory_limit'', 256M);

Si el problema aún llega, aumente el límite.


Podría intentar aumentar el límite de memoria a 512 en su carpeta raíz de Magentos .htaccess. Solo encuentra las siguientes líneas y ajusta el valor de memory_limit:

<IfModule mod_php5.c> ############################################ ## adjust memory limit php_value memory_limit 512M

Si aún se queda sin memoria, puede haber otro problema en su instalación de Magento que consume tanto.