mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #302] Solved: Reload required for large music library #221
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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



Log in but doesn't load, instead you get...
Reload page....
@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:2899I went ahead and increased the php memory limit to 256M
I'm not sure why when I reloaded the page it would load but now all is good and working.