[Typo3] changing the 'memory_limit' to 16 with ini_set()

Dmitry Dulepov typo3 at fm-world.ru
Wed Aug 24 15:20:42 CEST 2005


Hi!

Well, it would be much easier if you can use .htaccess. Ask them if you
can. If yes, put this line to .htaccess file in the root of your site:
	php_value memory_limit 16M
If you cannot use .htaccess, you will have to put one line in a very top
of index.php in the root and /typo3 directories:
	ini_set('memory_limit', '16M');

Dmitry.


PaweЁ StanisЁawczuk wrote:
> Hello,
> 
> I have problems with running typo3 on my host. I can't change it manualy, so 
> the company where my hosting is told me to use ini_set() to change the 
> 'memory_limit'
> How to do that? i've been to www.php.net saw the function, but i don't know 
> where to use it!
> could somebody help me with this?
> 
> greetz,
> PaweЁ StanisЁawczuk 
> 
> 



More information about the TYPO3-english mailing list