2019/02/04

/var/www/html/girls/wp-includes/default-constants.phpを
64M,40Mから変更

// Define memory limits.
if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {
if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {
define( 'WP_MEMORY_LIMIT', $current_limit );
} elseif ( is_multisite() ) {
define( 'WP_MEMORY_LIMIT', '128M' );
} else {
define( 'WP_MEMORY_LIMIT', '80M' );
}
}

シェアする

フォローする