PDA

View Full Version : Increase memory limit for php scripts


mur
09-06-2004, 07:42 PM
Hi everybody,
I want to try Typo3 (http://www.typo3.org) (a CMS).
It is a very powerful system, but after basic installation it says that I have not enough memory for php scripts:

Your system is configured to enforce a memory limit of PHP scripts lower than 16 MB. The Extension Manager needs to include more PHP-classes than will fit into this memory space. There is nothing else to do than raise the limit. To be safe, ask the system administrator of the webserver to raise the limit to over 25 MB.
Can I control this memory parameter? If not, could you assign more memory for php scripts?

Chris
09-06-2004, 08:07 PM
Hey Mur,

I increased your PHP memory_limit to 32 megs. The default is 8 megs.

memory_limit = 32M

This is a setting in your php.ini file.

mur
09-06-2004, 08:10 PM
Thank you very much Chris! :) :)