jcadima
5/11/2015 - 2:15 PM

Increase Magento memory_limit

Increase Magento memory_limit

<?php 
// root directory of magento,
// look for index.php

//add this line to the top of the file:
ini_set('memory_limit', '512M');