Closed patrickomeara closed 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?
Handled with #3670
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?