Bump default memory limit from 32MB to 40MB. fixes #21646.
git-svn-id: http://core.svn.wordpress.org/trunk@21809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
670105e1fb
commit
8e45050e61
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue