Drupal 7中PHP内存不足的解决办法

http://24b6.net/2011/01/24/php-memory-issues-theres-hack 有作者在此处发帖说,有个办法可以应对PHP的内存不足,即在 settings.php文件中添加下面的代码:

$path = explode('/', $_GET['q']); if ($path[0] == 'admin') { ini_set('memory_limit', '192M'); }

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
By submitting this form, you accept the Mollom privacy policy.