From 3b8e2be84c8c3ad9830ea3808560989c1b837613 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 22 Mar 2017 15:48:57 +0100 Subject: [PATCH] Update README.md --- nextcloud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/README.md b/nextcloud/README.md index 7a87c85..65afd1d 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -45,6 +45,7 @@ Other tags than `daily` are built weekly. For security reasons, you should occas - **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10G)* - **APC_SHM_SIZE** : apc memory size *(default : 128M)* - **OPCACHE_MEM_SIZE** : opcache memory size in megabytes *(default : 128)* +- **MEMORY_LIMIT** : php memory limit *(default : 512M)* - **CRON_PERIOD** : time interval between two cron tasks *(default : 15m)* - **CRON_MEMORY_LIMIT** : memory limit for PHP when executing cronjobs *(default : 1024m)* - **TZ** : the system/log timezone *(default : Etc/UTC)*