- Affected version
- 2.3.7
Our community has a section for photographers and it's not uncommon for them to upload images up to 20MB in filesize. While upload and attachment to the post is fine, on submission, XenForo will attempt to process them all at the same time, which leads to extremely high memory utilization. This will topple over the request with something like this: ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81800152 bytes) src/vendor/symfony/mime/RawMessage.php:56
Ask: process files async to eliminate high spikes on file uploads.
Ask: process files async to eliminate high spikes on file uploads.
Last edited: