PHP memory limit

Discussion in 'Installation/Configuration' started by brianetilley, Dec 31, 2007.

  1. brianetilley

    brianetilley New Member

    I have read a few threads on this subject, but am not clear on how to increase the memory limit. I need 16MB for 'openads'. There was also a comment that if I wanted to use PHP for a website (eg: a 'mailtofriend' script) I had to install a separate instance of PHP. Is there a tutorial on how to do this? thanks...
     
  2. Hans

    Hans Moderator Moderator

    You can increase the memory limit for php within your php.ini file by changing the value to 16M like this: memory_limit = 16M
     

Share This Page