[TYPO3-german] Site export schlägt fehl]

Michael typo3ml at schams.net
Fri Feb 3 14:18:40 CET 2006


[...]
> Fehlermeldung. Was für ein Memory läuft mir den da voll ? Wie kann ich
> den erhöhen.
> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 5000 bytes) in ...

Ich würde *vermuten* den Speicher, den PHP allokieren darf. Siehe Datei "php.ini", Abschnitt "Misc" -> "Resource Limits":

max_execution_time = 500     ; Maximum execution time of each script, in seconds
max_input_time = 600	; Maximum amount of time each script may spend parsing request data
memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)

Und hier die letzte Zeile (die wird bei dir wahrscheinlich auf "32MB" stehen).

Siehe auch: http://de.php.net/manual/de/ini.php

Gruß,
Michael




More information about the TYPO3-german mailing list