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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-02-06 12:10:56 +0300
committerGitHub <noreply@github.com>2022-02-06 12:10:56 +0300
commitc1ab7aa964c497820ca4144e0919a9caf5a5410e (patch)
treee0437f4b4f9f165d69584c1e6e65a205d196a0a9
parent42833033d17b50d29070d7460de1be46f5290963 (diff)
parent56e021cbf2cd68caf9b3ff888ed852112fc0ee37 (diff)
Merge pull request #288 from proletarius101/easier-memory-limit-setting
Suggest setting memory_limit via environment variable
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57be130..57f3abe 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ Note:
### I get "PHP Fatal error: Allowed memory size of X bytes exhausted"
You need to increase the memory allowance of PHP, by default it is 128 MB. You do that by changing the memory_limit in the php.ini file.
- If you use the docker container you need to create the php.ini file in /usr/local/etc/php first.
+ If you use [the docker container](https://github.com/nextcloud/docker) you need set the environment variable `PHP_MEMORY_LIMIT` instead.
### I want to skip a folder and everything in/under it