Bug #27006
Timeout and/or memory owerflow
0%
Description
Using TYPO3 4.5.2 and tt_products 2.6.2 the orders (~35k) could not be sent because of these (or timeout) message:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4548863 bytes) in /srv/www/htdocs/web56/html/t3/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php on line 192
In Accordance with Franz Holzinger it seems to be an error in swiftmailer. Several other EXT (e.g. mm_forum, directmail, sr_feuser_register, powermail) seems to have problems to, but mostly it could be resolved by setting [MAIL][substituteOldMailAPI] = 0
This also helps me in my case.
Updated by Joachim P. Süß about 11 years ago
- Assignee set to Joachim P. Süß
Some information about my server settings to complete the issue:
memory_limit 256M
upload_max_filesize 100M
post_max_size 100M
max_execution_time 90
max_input_time 90