PHP Memory Limit »  Show posts from    to     

Icy Phoenix


Old Support Topics - PHP Memory Limit



bartges90 [ Tue 26 Jun, 2007 13:06 ]
Post subject: PHP Memory Limit
hello...

Is there a problem with the memory_limit switched to 32M?

see you later ;)


Zuker [ Tue 26 Jun, 2007 13:29 ]
Post subject: Re: PHP Memory Limit
I think that not. But it 'd be better to ask your hosting provider ;)


bartges90 [ Tue 26 Jun, 2007 16:01 ]
Post subject: Re: PHP Memory Limit
My hosting provider was who increase it... I think if he found something strange or any problem with 32M, he'd told me..


Zuker [ Tue 26 Jun, 2007 18:16 ]
Post subject: Re: PHP Memory Limit
so are u having any problem?


Mighty Gorgon [ Wed 27 Jun, 2007 02:15 ]
Post subject: Re: PHP Memory Limit
32 MB should be enough for Icy Phoenix and most of the PHP applications.


bartges90 [ Wed 27 Jun, 2007 16:03 ]
Post subject: Re: PHP Memory Limit
Zuker wrote: [View Post]
so are u having any problem?

Not at the moment.
Thanks all


vascoseigrande [ Thu 26 Jul, 2007 09:52 ]
Post subject: Re: PHP Memory Limit
bartges90 wrote: [View Post]
hello...

Is there a problem with the memory_limit switched to 32M?

see you later ;)


I have solved with aruba priovider in this mode:

root dir:
edit config.php and added after ?> this line:

ini_set("memory_limit", "32M") ;

good luck !!! :mrviolet:


novice programmer [ Thu 26 Jul, 2007 21:55 ]
Post subject: Re: PHP Memory Limit
vascoseigrande wrote: [View Post]
bartges90 wrote: [View Post]
hello...

Is there a problem with the memory_limit switched to 32M?

see you later ;)


I have solved with aruba priovider in this mode:

root dir:
edit config.php and added after ?> this line:

ini_set("memory_limit", "32M") ;

good luck !!! :mrviolet:


If you put that AFTER the "?>" (close of script) it won´t work. you have to put it before.


tiziano [ Fri 27 Jul, 2007 00:05 ]
Post subject: Re: PHP Memory Limit
yes before!
:mrorange: :mrorange:


novice programmer [ Fri 27 Jul, 2007 21:33 ]
Post subject: Re: PHP Memory Limit
you can also edit the .htacces file in icy root.

delete the "#" of the line:

Code: [Hide] [Select]

#php_value memory_limit 32M





Powered by Icy Phoenix