• Hey,
    in the process of creating a plugin, which created around 36k pages,

    but when i goto wp-admin -> pages -> all pages i get the following error:

    Allowed memory size of 268435456 bytes exhausted …. wp-includes/cache.php on line 506

    memory size currently set to 256Mb,… cant go beyond that now!!!

    ( where most people just have 64 ~ 128Mb on their shared servers, )

    with pages i assume number of category or tags should not create issues.

    any help is much appreciated.

    M.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter msolution

    (@msolution)

    hey,
    thanks for your help but no didnt help.

    i installed my plugin on a clean install, and thats the only plugin there now.

    i have over 35k pages, and postmeta has only one row.

    all fields in the post table are small in size, including content,…

    even the front page is loading only half, …. no errors.

    anything else i should look into

    M.

    Can you disable your plugin and simple create a page? If this works then there must be some code in your plugin that is causing this issue.

    You will need to ask your hosting provider for what’s the best solution.

    Thread Starter msolution

    (@msolution)

    i disabled the plugin, and the issue still persists,

    when i goto see all pages, the page errors out,
    when i goto add page, the side meta box page attributes errors out,

    with the same error.

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 85 bytes) in … /wp-includes/cache.php on line 506

    i dont think this is a hosting issue,

    thanks for taking the time to help me on this.

    Regards,

    Thread Starter msolution

    (@msolution)

    tried using different themes too!

    Remove the cache limit in your wp-config.php, update it, or resolve with your web host.

    Thread Starter msolution

    (@msolution)

    i set WP_CACHE to false, and memory limit is as is 256Mb

    and this is going to be a distributable , so want this to work as is,

    any other pointers,

    would this be a limitation of wordpress?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Allowed memory size issue with too many pages?’ is closed to new replies.