• Resolved Matt Miller

    (@millermedianow)


    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 = 20M

    Any 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).

    https://wordpress.org/plugins/woocommerce-exporter/

Viewing 1 replies (of 1 total)
  • Hi MillerMediaNow, thanks for raising this, can you clarify:

    – if it’s just export time that is affected or whether you cannot load the Export tab aswell?
    – what export type and export format you are using?
    – how many export columns are selected?
    – how many Products are being detected alongside the Products export type?

    I’ll do my best to reproduce this as the Volume Limit/Offset options should have brought down your memory requirements. I’m preparing a major Plugin update for the free Plugin to bring it up to speed with the progress we’ve made in Pro.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20840’ is closed to new replies.