Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20840
-
We’ve got a memory error issue. This plugin worked fine yesterday for two exports and since then we can’t even get it to export a single product.
I’ve added:
define( ‘WP_MEMORY_LIMIT’, ‘2048M’ );
to my wp-config.php file (originally had it set to 64M but kept ramping it up thinking it would fix it) and then added these to my php.ini file:
max_execution_time = 600
memory_limit = 2048M
upload_max_filesize = 10M
post_max_size = 20MAny ideas why this would be an issue. It seems plenty of memory is allocated but it can’t even pull out a single product at this point (using the ‘Volume offset / Limit volume’ field).
- The topic ‘Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20840’ is closed to new replies.