Page 1 of 1

PHP Memory limit - is there a maximum.??

Posted: Thu Sep 10, 2009 3:25 pm
by kendy
Hi

We've just hit memory issues and I'm wondering what the limit is that we can go to for PHP memory..?

Is there a maximum, or can I bump it right up  - it's currently at 64000000

$config['php_memory_limit'] = '64000000';

I've had a look around and nothing answers the questin in concrete...

Thanks in advance!

Kendy!    :)

Re: PHP Memory limit - is there a maximum.??

Posted: Thu Sep 10, 2009 7:02 pm
by Peciura
It is not cmsms memory limit it is php memory limit.
http://lt.php.net/manual/en/ini.core.php#ini.memory-limit

Re: PHP Memory limit - is there a maximum.??

Posted: Fri Sep 11, 2009 12:19 am
by kendy
Hi - thanks for the link...

:)