PrestaShop Fatal error: Allowed memory size of 33554432 bytes exhausted
I got Fatal error: Allowed memory size of 33554432 bytes exhausted in prestashop.Can anyone help me how to resolve it?
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted
Fatal error: Allowed memory size of 33554432 bytes exhausted | allowed memory size of 134217728 bytes exhausted (codeigniter) | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) | allowed memory size of bytes exhausted wordpress | allowed memory size of 33554432 bytes exhausted in codeigniter | php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes | allowed memory size of bytes exhausted nginx | fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) | php fatal error: allowed memory size of 536870912 bytes exhausted pfsense | allowed memory size of bytes exhausted xampp | allowed memory size of 268435456 bytes exhausted | moodle fatal error: allowed memory size of 134217728 bytes exhausted | local error allowed memory size of 536870912 bytes exhausted Fatal error: Allowed memory size of 33554432 bytes exhausted allowed memory size of 134217728 bytes exhausted (codeigniter) fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) allowed memory size of bytes exhausted wordpress allowed memory size of 33554432 bytes exhausted in codeigniter php fatal error allowed memory size of 33554432 bytes exhausted tried to allocate 16384 bytes allowed memory size of bytes exhausted nginx fatal error: allowed memory size of 134217728 bytes exhausted (tried to allocate 73 bytes) php fatal error: allowed memory size of 536870912 bytes exhausted pfsense allowed memory size of bytes exhausted xampp allowed memory size of 268435456 bytes exhausted moodle fatal error: allowed memory size of 134217728 bytes exhausted local error allowed memory size of 536870912 bytes exhausted
Share
STEP 1:
Please check your server php.ini file and update the below scripts.
max_execution_time = 300 ;
max_input_time = 600 ;
memory_limit = 512M ;
STEP 2:
If you still get the same problem add the following line to /config/config.inc.php
ini_set('memory_limit', '512M');
Wish you best of luck 🙂