diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index ccb997c2ed..0951360981 100644 --- a/wp-includes/default-constants.php +++ b/wp-includes/default-constants.php @@ -20,7 +20,7 @@ function wp_initial_constants( ) { if( is_multisite() ) { define('WP_MEMORY_LIMIT', '64M'); } else { - define('WP_MEMORY_LIMIT', '32M'); + define('WP_MEMORY_LIMIT', '40M'); } }