mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1252] Allowed memory size of 134217728 bytes exhausted #714
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#714
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 @targor on GitHub (Oct 14, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1252
Describe the bug
When syncing the database with:
php artisan koel:sync
i get this error: " Allowed memory size of 134217728 bytes exhausted (tried to allocate 1650688 bytes) "
after restarting this command it resumes the process.. needed to resume 3 to 4 times because i have many audio files...
To reproduce
Steps to reproduce the behavior:
Expected behavior
Syncing should run trough without memory allocating problems
Environment
@BrookeDot commented on GitHub (Oct 16, 2020):
Hi there,
Looks like the server you are running Koel on may only have ~134.218mb of RAM available to PHP. You can increase the amount of RAM available to PHP or run the command multiple times.
You could also update the Koel version in the docker file from 4.1.0 to 4.4.0 to see if that changes anything.
@BrookeDot commented on GitHub (Dec 23, 2020):
I'm going to close this out. If you're still having trouble after increasing the RAM available to PHP feel free to re-open.