Developers Heaven Forum

Web Programming => PHP & Perl => Topic started by: admin on April 13, 2011, 11:41:25 AM

Title: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
Post by: admin on April 13, 2011, 11:41:25 AM
This error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes)
means your php memory is only 32Mb and you should increase it by add:

Code: [Select]
php_value memory_limit 128M

in your .htaccess