I am working with Symfony (const version="2.5") and using XAMPP with PHP version of 5.5. My problem is I get a fatal error: 'Allowed memory size....'.When I check my php error logs. I have these errors showing up:
[06-May-2015 03:08:45 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48 bytes) in C:\xampp\htdocs\Editracker\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector.php on line 119
[06-May-2015 03:08:49 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40 bytes) in C:\xampp\htdocs\Editracker\app\bootstrap.php.cache on line 2003
[06-May-2015 03:54:14 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36 bytes) in C:\xampp\htdocs\Editracker\vendor\symfony\symfony\src\Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector.php on line 120
How can I solve this?