From 0b37eaab3dfd07ff655eb51be6ee96904945a8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 15 Aug 2013 11:30:44 +0200 Subject: [PATCH] Adjust doc to be in sync with config (issue #595) --- doc/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index f728df1d09..ea2ea02662 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1173,10 +1173,10 @@ Generic settings .. config:option:: $cfg['MemoryLimit'] :type: string [number of bytes] - :default: ``'0'`` + :default: ``'-1'`` Set the number of bytes a script is allowed to allocate. If set to - zero, no limit is imposed. + ``'-1'``, no limit is imposed. This setting is used while importing/exporting dump files and at some other places in phpMyAdmin so you definitely don't want to put here a too low