• Hi

    I have a server with 8G memory. I host 30+ WP sites on it.

    Sometimes some sites go out of memory and I add the line below to wp-config

    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

    or

    define( ‘WP_MEMORY_LIMIT’, ’96M’ );

    Will there be a problem if I added this line to all sites, to prevent them falling over too sometime?

    Sal.

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

    Just speaking in generic terms — if you bumped your WP_MEMORY_LIMIT to 96M on all 30 sites that would, in theory, result in an upper memory limit of >3G of memory use. With 8G of memory you should be just fine. In most shared hosting environments not all sites are busy at the exact same time.

    Thread Starter sallymoos

    (@sallymoos)

    Thanks, kpetku.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increasing WP_MEMORY_LIMIT on 30 sites?’ is closed to new replies.