Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    256M is really a lot of memory. Changing the memory limit is really putting a bandage on the problem.
    Remove everything unnecessary.

    There may be your site have large database and for processing large database it’s give memory error.

    Try to increase memory and late me know in case any issue.

    You can override this by defining WP_MAX_MEMORY_LIMIT in wp-config.php:

    define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );

    Hi,

    Is your issue resolved?

    Hope you are doing well.

    Let me know in case any issue.

    Thread Starter imemine

    (@imemine)

    Hey Prashant,

    Thanks ??

    I didn’t know you cared this much.

    Closing this now.

    Thanks

    I have
    define(‘WP_MEMORY_LIMIT’, ‘1024M’); and I’m still getting the error.

    It is a large database. Are there limits to the program?

    Hi,

    If database size is very large then this issue is occurred.

    I will try to find alternative solution for large database or divide sql dump in to number of dump.

    I will try on test server and let you know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PHP allowed size error’ is closed to new replies.