Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-08-17 01:54:11 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-08-17 01:54:11 +0300
commit351000bbd7fde6ccfa5c08ce5faaec790b97bf33 (patch)
tree3c4881aa882fd3f7d20d9a36adefe93641d7380d /config
parent66c089cf294bf37d0b3dda4280344ffa7f73fa9e (diff)
Update global.ini.php (#10408)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b5d8e51d32..35655e3b49 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -305,9 +305,11 @@ minimum_mysql_version = 4.1
minimum_pgsql_version = 8.3
; Minimum advised memory limit in php.ini file (see memory_limit value)
+; Set to "-1" to always use the configured memory_limit value in php.ini file.
minimum_memory_limit = 128
; Minimum memory limit enforced when archived via ./console core:archive
+; Set to "-1" to always use the configured memory_limit value in php.ini file.
minimum_memory_limit_when_archiving = 768
; Piwik will check that usernames and password have a minimum length, and will check that characters are "allowed"