Drupal 7 development settings

It is important that you make these changes to the config files for your Drupal 7 development site to run smoothly.

php.ini

max_execution_time = 60;
max_input_time = 120;
memory_limit = 128M;
error_reporting = E_ALL & ~E_NOTICE

my.cnf/my.ini

# * Fine Tuning
#
key_buffer = 16M
key_buffer_size = 32M
max_allowed_packet = 16M
thread_stack = 512K
thread_cache_size = 8
max_connections = 300

  

posted @ 2013-01-26 16:23  linny  阅读(148)  评论(0编辑  收藏  举报