PHP Memory Limit

Status
Not open for further replies.

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
I'm just wondering what the PHP Memory limit is for free hosting members. Wordpress by default has a limit of 32 MB but I added a line to the wp-config.php file to make the limit 64 MB around a month ago and just got suspended for high memory usage yesterday.

So I'm just wondering what the PHP Memory limit is here.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
PHP:
echo ini_get ( 'memory_limit' ) ;

shows 32M on Chopin, which seems to agree with posters and a few brushes with hitting the limit (bug in my script).
 

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,517
Reaction score
48
Points
48
PHP limit is 32MB on all of the free servers. Indeed, 64MB is the sweet spot and Corey has been considering if I'm not mistaken raising the memory limit. But for the meantime since no one has access to php.ini and there's the 32MB limit, might as well try to conserve the memory usage.
 
Status
Not open for further replies.
Top