• Resolved michael

    (@mvandiermen)


    at set WP_MAX_MEMORY_LIMIT/memory_limit to 1256M

    At the end of the excel
    <b>Fatal error</b>: Out of memory (allocated 420741120 (420MB)) (tried to allocate 84 bytes) in <b>/home/ /public_html/store/wp-includes/meta.php</b> on line <b>838</b><br />

    Or comes up with “ERROR 500 – INTERNAL SERVER ERROR” intermittently after trying to load or some other php.ini setting (probably not)

    I wonder if the settings in premium version, such as FTP will fix this problem. We prefer one file but if there is a way to split the file we could do that. If I buy premium maybe you could have a look at it. We have 8000/10000 products.

    =======

    Similar problem with a different CSV plugin was overcome by : disable ‘hierarchical’
    https://stackoverflow.com/questions/31203646/wordpress-php-fatal-error-out-of-memory-but-only-when-listing-one-of-my-cpts
    ??
    This problem shows up when you use a hierarchical custom post type because WordPress needs to read all posts in order to create the tree-like display of hierarchical posts.

    Can I disable ‘hierarchical’ in “Product Import Export for WooCommerce” somehow and if so would that mean.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mvandiermen,

    There is a way you can work around it.
    You can divide the csv into multiple files and then export it.
    Just put the offset and the limit values before exporting to divide the csv.

    Here is a screenshot of the fields – https://ibb.co/haTUrG

    This should split your csv and import.

    • This reply was modified 7 years, 1 month ago by xadapter.
    Thread Starter michael

    (@mvandiermen)

    Thank you.

    Offset: Enter an offset value that lets you skip a specific number of products before exporting. This number will be one less than the product row number at which you wish to start the export. If you wish to start the export from product number 11, your offset value should be 10.

    Limit: Enter the number of products that you wish to export. If your Offset value is 10 and Limit is 50, products from 11 to 60 will be exported.

    Hi @mvandiermen,

    Were you intending to put forward a query on this?
    Are you facing any problems with using the above fields in the plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘memory limit error’ is closed to new replies.