MFB: Increased default memory limit to 16 megabytes to accommodate for a

more accurate memory utilization measurement.
This commit is contained in:
Ilia Alshanetsky 2006-08-17 13:43:51 +00:00
parent e1efd7c87b
commit 2ae992d772
3 changed files with 3 additions and 3 deletions

View file

@ -409,7 +409,7 @@ PHP_INI_BEGIN()
PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, NULL)
#if MEMORY_LIMIT
PHP_INI_ENTRY("memory_limit", "8M", PHP_INI_ALL, OnChangeMemoryLimit)
PHP_INI_ENTRY("memory_limit", "16M", PHP_INI_ALL, OnChangeMemoryLimit)
#endif
PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)