mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
allow to adjust the PHP memory limit
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a1eac7dbbc
commit
588f9a36e7
8 changed files with 24 additions and 0 deletions
|
|
@ -312,6 +312,8 @@ class DockerActionManager
|
|||
}
|
||||
} elseif ($out[1] === 'NEXTCLOUD_UPLOAD_LIMIT') {
|
||||
$replacements[1] = $this->configurationManager->GetNextcloudUploadLimit();
|
||||
} elseif ($out[1] === 'NEXTCLOUD_MEMORY_LIMIT') {
|
||||
$replacements[1] = $this->configurationManager->GetNextcloudMemoryLimit();
|
||||
} elseif ($out[1] === 'NEXTCLOUD_MAX_TIME') {
|
||||
$replacements[1] = $this->configurationManager->GetNextcloudMaxTime();
|
||||
} elseif ($out[1] === 'NEXTCLOUD_TRUSTED_CACERTS_DIR') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue