Increase WordPress Memory Limit

Use this code snippet to increase WordPress Memory Limit to 256M on your Child Sites.

Snippet Type

Save to wp-config.php

Snippet

define( 'WP_MEMORY_LIMIT', '256M' );
1 Like