LaravelDaily / Laravel-School-Timetable-Calendar

Laravel 6 demo project for school timetable. Partly generated with https://quickadminpanel.com
202 stars 128 forks source link

Fatal error: Allowed memory size #12

Open Teslimsama opened 1 year ago

Teslimsama commented 1 year ago

WARN PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in C:\Users\HP\assignment\vendor\monolog\monolog\src\Monolog\Handler\StreamHandler.php on line 146.

Teslimsama commented 1 year ago

Increase the Memory Limit: If your server has more available memory, you can increase the PHP memory limit by editing the php.ini file or using the ini_set() function in your PHP script. For example, you can try setting memory_limit = 1024M in your php.ini file.