process: CP/WP memory                                           rev 4 nov 2020

Category: web:cms:cpwp:admin


.........................
php memory limits:

  set in php.ini


.........................
memory limits in wp-config:

  Increase the WP Memory Limit in your wp-config.php to match your PHP memory limit by adding the following:

    define('WP_MEMORY_LIMIT', '256M');
    # or whatevver your PHP memory limit is.

  I'm running with a PHP Max Execution time of 90, CURL timeout of 60, PHP and WP memory limits at 256 and no issues with ~30 sites, but I usually do a single plugin at a time, and of course there are a lot of other server factors that could be in play...
	  -- https://wordpress.org/support/topic/progress-screen-not-working-properly-with-many-sites/#post-13575915


.......................................................
➽  links and resources: TBD




_______________________________________________________
begin 4 nov 2020
-- 0 --