[TYPO3-english] TYPO3 4.5 Powermail Swiftmailer

Jigal van Hemert jigal at xs4all.nl
Wed Mar 2 13:20:15 CET 2011


Hi,

On 2-3-2011 13:04, Leon Herber wrote:
> Am 02.03.2011 11:35, schrieb Philipp Gampe:
>> Leon Herber wrote:
>>> Allowed memory size of 100663296 bytes exhausted (tried to allocate 16
>>> bytes) in
>>
>> This means your PHP process exceeded the allowed memory. You will need to
>> increase your memory_limit in php.ini.
> how much memory does the swiftmailer need? Is there any official
> statement that TYPO3 4.5 needs more memory than < 4.5? If so, how much
> would that be in total?

In your case where you're adding an attachment it needs approximately 
the normal amount TYPO3 needs plus the size of the attachment (in 
encoded state).

Just like t3lib_htmlmail the Swift Mailer needs to store the contents of 
the email in memory (including the encoded attachments).
You can limit the allowed size of attachments in the Install Tool to 
prevent memory problems.

All in all, there is no way to predict the total amount of necessary 
memory for a certain page. It depends so much on the type of content, 
the extensions, etc.

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert.


More information about the TYPO3-english mailing list