wordpress & php 需要改的参数

1.php.ini

max_execution_time=600
//执行时间限制

2.wp-includes\default-constants.php

define( 'WP_MEMORY_LIMIT', '512M' );
//内存限制

define( 'WP_MAX_MEMORY_LIMIT', '512M' );
//最大内存限制

猜你喜欢

转载自gabrielyang.iteye.com/blog/2379165