I have been working with Magento on my localhost and everything was fine until i added a new module. now i am getting the following error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 261900 bytes) in /Applications/XAMPP/xamppfiles/htdocs/magento/app/Mage.php
I tried to change the memory_Limit to 512M then it generated the same errors but this time with more memory size:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 261900 bytes) in /Applications/XAMPP/xamppfiles/htdocs/magento/app/Mage.php
Does anyone have any idea what causes this?