• I’ve got ~7,000 products to import and pull in product images from another website.

    I ran the job last night and it ended on it’s own with the popup, “something went wrong”. Digging, I found out it was really “Allowed memory size of 67108864 bytes exhausted”.

    It stopped at 700 products.

    Aside from upping the memory, any suggestions?

    Jonathan

    http://wordpress.org/plugins/woocommerce-csvimport/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried to increase WordPress PHP-Memory Limit?

    /wp/wp-admin/admin.php?page=woocommerce_status

    WordPress PHP-Memory Limit: 96 MB

    in wp-config.php add:
    define(‘WP_MEMORY_LIMIT’, ’96M’);

    … or even higher

    regards
    Heinz

    Plugin Author allaerd

    (@allaerd)

    The new version(1.2.0) is more memory efficient :D.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Memory issues’ is closed to new replies.