• I am testing Search and Replace, and it seems to work well except for on my larger tables. Works for a table of 87 MB, but not for one that is 362 MB or 938 MB.

    I moved the Max Page Size slider down to the minimum of 1000, (what are the unit on this value anyway??), but I am still getting the error. I assume because the query is too large.

    Is there a way to further decrease this value lower than 1000? And would that help?

Viewing 1 replies (of 1 total)
  • Maybe you can increase memory size and add something like

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    (or other values) to your config.php

Viewing 1 replies (of 1 total)
  • The topic ‘Max Page Size minimum’ is closed to new replies.