Raise the WordPress memory limit for the admin only

// wp-config.php, above the "stop editing" line.
// WP_MAX_MEMORY_LIMIT is applied on admin-side requests only.
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );