• Resolved handig

    (@handig)


    I use the tcp tool to check on memory.

    I have a multisite and there the php memory limit is 640M but if I check the WordPress limit it is 64M.

    I checked if there was a php.ini and I found one in the public_html but this also had memory_limit = 640M

    So is a site on WordPress Multisite only given a part ot the total memory limit ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Check your wp-config.php file for define('WP_MEMORY_LIMIT', '64M');. If that exists, that’s causing the limit. Either remove or increase it.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    And make sure you don’t do it with curly quotes like Tim accidently did ??

    define('WP_MEMORY_LIMIT', '128M'); for example ??

    Thread Starter handig

    (@handig)

    hi,
    I didn’t have that line in the wp-config.php. So I guess it kind of defaults to the 64M.

    Thanks for your input.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It might. You can change it to define('WP_MEMORY_LIMIT', '640M'); if you want to try.

    FYI, JUST because you have a php.ini in your public_html folder does NOT mean that your server honors it.

    Thread Starter handig

    (@handig)

    I added the line to the wp-config.php and I see in the tcp tool that I now have 640M available.

    so I guess that’s it.

    Thank you all for the input.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Memory multisite only part of total?’ is closed to new replies.