[Typo3] Cannot solve problem with server memory

Dmitry Dulepov typo3 at fm-world.ru
Thu Nov 3 07:18:40 CET 2005


Hi!

Diederik van Veen wrote:
> No effect ;(,
> 
> One more solution could be toadd this command to the index.php file:
> ini_set(memory_limit,"64M");
> 
> But I am not familiar with PHP so where exactly do I this in the file
> (which line?)

This most likely will not help because typo3 does it too if you specify
memory limit in install too. If settings from install tool does not
work, this will not help either. Also, the line you wrote is wrong,
should be:
	ini_set('memory_limit', '64M');

Have you tried to put
	php_value memory_limit	64M
into .htaccess?

Dmitry.



More information about the TYPO3-english mailing list