- Issue created by @miiimooo
In my hosting environment there is a memory limit when the queue items get processed. On an image that is 20k x 14k I get a repeating error in the php log
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 81920 bytes) in /code/web/core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php on line 197
Set memory limit to something low.
Execute image resize queue runner
Some mechanism to make mark an image as non-processable and skip it
Active
1.0
Code