[GH-ISSUE #302] Solved: Reload required for large music library #221

Closed
opened 2026-02-26 02:32:29 +03:00 by kerem · 1 comment
Owner

Originally created by @BernardGoldberger on GitHub (Apr 15, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/302

Hi

I have recently increased mu music library from 10K songs to 30K and since then in order to load the home page I need to reload the page immediately after it lands on the login page in error.

Details:

Go to koel.mydomain.com
image
Log in but doesn't load, instead you get...
image
Reload page....
image


image

Originally created by @BernardGoldberger on GitHub (Apr 15, 2016). Original GitHub issue: https://github.com/koel/koel/issues/302 Hi I have recently increased mu music library from 10K songs to 30K and since then in order to load the home page I need to reload the page immediately after it lands on the login page in error. Details: **Go to koel.mydomain.com** ![image](https://cloud.githubusercontent.com/assets/10334679/14576039/e490242a-0333-11e6-85e5-7bf93b0a315f.png) **Log in but doesn't load, instead you get...** ![image](https://cloud.githubusercontent.com/assets/10334679/14576055/007b33b4-0334-11e6-903b-05f31376589b.png) **Reload page....** ![image](https://cloud.githubusercontent.com/assets/10334679/14576062/0e54adee-0334-11e6-9fe2-fe5de02882ca.png) --- ![image](https://cloud.githubusercontent.com/assets/10334679/14576103/6318a448-0334-11e6-9dc1-cff198eecb26.png)
kerem closed this issue 2026-02-26 02:32:29 +03:00
Author
Owner

@BernardGoldberger commented on GitHub (Apr 15, 2016):

Did some digging around and found the following in the Laravel log when loading the page.

[2016-04-15 22:10:50] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in C:\wamp64\www\koel\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php:2899

I went ahead and increased the php memory limit to 256M

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M

I'm not sure why when I reloaded the page it would load but now all is good and working.

<!-- gh-comment-id:210667704 --> @BernardGoldberger commented on GitHub (Apr 15, 2016): Did some digging around and found the following in the Laravel log when loading the page. `[2016-04-15 22:10:50] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in C:\wamp64\www\koel\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php:2899` I went ahead and increased the php memory limit to 256M > ; Maximum amount of memory a script may consume (128MB) > ; http://php.net/memory-limit > memory_limit = 256M I'm not sure why when I reloaded the page it would load but now all is good and working.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#221
No description provided.