summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index db6800b934..b6e1fac5f4 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -402,7 +402,7 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
-; Maximum amount of memory a script may consume (128MB)
+; Maximum amount of memory a script may consume
; http://php.net/memory-limit
memory_limit = 128M
diff --git a/php.ini-production b/php.ini-production
index c53dabd841..f66ae6598b 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -404,7 +404,7 @@ max_input_time = 60
; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000
-; Maximum amount of memory a script may consume (128MB)
+; Maximum amount of memory a script may consume
; http://php.net/memory-limit
memory_limit = 128M