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.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to