mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-14 06:58:27 +01:00
Fixed invalid PHP_INI_MEMORY_LIMIT
variable name (#1415)
This commit is contained in:
parent
94e751cd97
commit
a10ff74b68
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ To use an external OpenStack Swift object store as primary storage, set the foll
|
|||
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#openstack-swift) for more information.
|
||||
|
||||
To customize other PHP limits you can simply change the following variables:
|
||||
- `PHP_INI_MEMORY_LIMIT` (default `512M`) This sets the maximum amount of memory in bytes that a script is allowed to allocate. This is meant to help prevent poorly written scripts from eating up all available memory but it can prevent normal operation if set too tight.
|
||||
- `PHP_MEMORY_LIMIT` (default `512M`) This sets the maximum amount of memory in bytes that a script is allowed to allocate. This is meant to help prevent poorly written scripts from eating up all available memory but it can prevent normal operation if set too tight.
|
||||
- `PHP_UPLOAD_LIMIT` (default `512M`) This sets the upload limit (`post_max_size` and `upload_max_filesize`) for big files. Note that you may have to change other limits depending on your client, webserver or operating system. Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html) for more information.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue