From b5e64f5a6ed1c7160a6104097185cc486db3aa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 4 Jan 2008 17:19:04 +0000 Subject: #197720 by nedjo, scor, keith.smith, catch: inform installing users about PHP memory requirements of Drupal 6 --- modules/system/system.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 2431ef613..2b962c7b0 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -21,6 +21,11 @@ define('DRUPAL_CORE_COMPATIBILITY', '6.x'); */ define('DRUPAL_MINIMUM_PHP', '4.3.3'); +/** + * Minimum recommended value of PHP memory_limit. + */ +define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M'); + /** * Minimum supported version of MySQL, if it is used. */ -- cgit v1.2.3