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

Pawel Stanislawczuk ps at todesign.pl
Wed Aug 24 14:44:19 CEST 2005


ini_set(memory_limit, '25M');   thing really works. Installation works.

Maby it's not nessesary to put this line in every php file? maby only in 
those 'heavier' ? like ext manager? everything else works fine for now.


Uzytkownik "Philipp Groszmann" <philister at feldwaldwiese.de> napisal w 
wiadomosci 
news:mailman.788.1124879985.10149.typo3-english at lists.netfielders.de...
> Am 24.08.2005 um 11:54 wrote Pawel Stanislawczuk:
>
>> directly in php file? I'm really not good in php so I'll ask You in 
>> which
>> php file :)
>
> yes, just at the beginning of the file
> maybe these links help:
> http://de2.php.net/manual/en/function.ini-set.php
> http://de2.php.net/manual/en/configuration.changes.php
>
>> Every php typo3 file?
>
> that's the problem of this solution, it should work fine for the FE  as 
> all pages come via index.php where you could set it
>
> as far as I understood your're still in the installation phase. so  you 
> have to set the value in the install script (can't remember which  one it 
> was) but the value is set only for the script where you set it  and it's 
> includings!
>
> cheers
> Philipp 





More information about the TYPO3-english mailing list