• Resolved pandagiveaways

    (@pandagiveaways)


    Hello All,

    I am desperately trying to change the WordPress setting for Memory Limit. I need to change this from 40m to 64m but cannot for the life of me figure out how to change this as changing the memory limit appears to be changing the variables, could someone maybe help?

    Here’s the cross section of the PHP, I need to change the to

    == WordPress ===
    Version = 5.8
    Multisite = no
    Site address = https://pandagiveaways.co.uk
    Debug mode = no
    Memory limit = 40M
    Cron = yes
    Language = en_GB

    Is there a way I can edit the 40M?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cyclonecode

    (@cyclonecode)

    The above settings is what is set in WordPress and this does not mean that this is what is being used.

    The “Memory limit” above comes from the following constant WP_MEMORY_LIMIT defined in wp-includes/default-constants.php.
    To change the memory limit you should add something like this in the editor and make sure you have checked the “Update configuration file” checkbox before saving:

    memory_limit=64M

    Try going to wp-admin/tools.php?page=custom-php-settings&tab=settings and see what memory_limit is set to in the table.

    Would also be good if you could copy the entire configuration from the status page and not only the “WordPress” section and email me, which would make it easier for me to help you with this.

    Thread Starter pandagiveaways

    (@pandagiveaways)

    I can’t believe how stupid I was being, it’s now worked, I was putting a space in there, it’s all sorted, sorry to have wasted your time, I need a coffee! Thank you

    Plugin Author cyclonecode

    (@cyclonecode)

    =) Glad you solved it. Closing this issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress Memory Size’ is closed to new replies.