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

Philipp Groszmann philister at feldwaldwiese.de
Wed Aug 24 11:08:03 CEST 2005


Hi,

Am 24.08.2005 um 09:57 schrieb Pawe³ Stanis³awczuk:

> 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?

you can set the value in a .htaccess file like that

<IfModule mod_php4.c>
   php_value memory_limit 25M
</IfModule>

cheers
Philipp



More information about the TYPO3-english mailing list