0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +02:00

README: add documentation for PHP_INI_MEMORY_LIMIT

Signed-off-by: Alexander Sosna <alexander.sosna@credativ.de>
This commit is contained in:
Alexander Sosna 2021-01-15 09:52:59 +01:00
parent 837f75c075
commit 3d6ae174a8

View file

@ -182,6 +182,10 @@ 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. Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#openstack-swift) for more information.
To change the PHP memory limit configuration you can simply change the following variable:
- `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.
## Using the apache image behind a reverse proxy and auto configure server host and protocol ## Using the apache image behind a reverse proxy and auto configure server host and protocol