spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Memory exhausted options #3669

Closed patrickomeara closed 4 months ago

patrickomeara commented 4 months ago

I have around 700_000 media rows and whenever I run the regenerate command it just hits the memory limit straight away.

I have written my own regenerate command that uses a lazy collection that works well, however I assume others are hitting memory limits as well.

I would like to propose a solution:

Does anyone at Spatie or any users have any feedback, objections or other ideas before I start hacking on this?

freekmurze commented 4 months ago

Handled with #3670