core
core copied to clipboard
Memory Exhausted
I like the concept of this repo and it has worked really well in local environment. In production however, I get this error:
[2025-09-02 22:29:43] production.ERROR: Allowed memory size of 536870912 bytes exhausted (tried to allocate 2097160 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Allowed memory size of 536870912 bytes exhausted (tried to allocate 2097160 bytes)
Is there any experience of this? Or ideas of how to avoid? It seems to me that larger websites need to be queued/batched and this package isn't suitable for that use case.