• Resolved nexitomedia

    (@nexitomedia)


    I got this email:

    If you are looking for help with this issue, you may be asked for some of the following information:
    WordPress version 6.6.1
    Active theme: Woodmart Child (version 1.0.0)
    Current plugin: UpdraftPlus – Backup/Restore (version 1.24.4)
    PHP version 8.2.21



    Error details
    ==============
    An error of type E_ERROR occurred in line 129 of the file /httpdocs/wp-content/plugins/updraftplus/Dropbox2/API.php.. Error message: Allowed memory size of 268435456 bytes exhausted (tried to allocate 10485792 bytes

    These are my settings on my server (VPS):
    memory_limit 2048M
    max_execution_time 300

    How can i fix the Problem?
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support nrobertsudp

    (@nrobertsudp)

    Hi there,

    Could you raise the WordPress memory limit in the wp-config.php file by editing/adding this code:
    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

    Best regards,

    Nick

    Thread Starter nexitomedia

    (@nexitomedia)

    Hi Nick!

    We have memory_limit 2048M, don’t we? So why again in wp-config?

    Best regards,

    Tom

    Plugin Support nrobertsudp

    (@nrobertsudp)

    Hi there,

    The memory limit you’re referring to likely relates to the server, wp-config relates to an installation.
    The error message is referencing an allowed memory size of just over 256M, not the 2048M figure.
    It’s informing you that it could not allocate the specified amount as allowed memory is exhausted.

    Best regards,

    Nick

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.