mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #768] Import memory error #555
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#555
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 @NickBusey on GitHub (Jul 18, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/768
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
v3.7.2 via 0xcaff/koel
Trying to import via
php artisan koel:sync -vand getting the following error:@phanan commented on GitHub (Jul 19, 2018):
Just increase your memory limit.
@NickBusey commented on GitHub (Jul 20, 2018):
Sure that's one solution, but what if my library was twice the size, increase it more? I think an incremental import would be nice, read in 100 files, save them to the DB, clear the memory, read in 100 more, etc.
@phanan commented on GitHub (Jul 20, 2018):
Indeed, incremental scanning/importing is a good idea.
On Fri, 20 Jul 2018 at 02:27, Nick Busey notifications@github.com wrote: