Explorar o código

document the COMPOSER_MEMORY_LIMIT env var

as implemented in 882b82d542b45435bae1d95b33e225427950c59c
Christian Flothmann %!s(int64=7) %!d(string=hai) anos
pai
achega
47ce495454
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      doc/articles/troubleshooting.md

+ 6 - 0
doc/articles/troubleshooting.md

@@ -140,6 +140,12 @@ Debian-like systems):
 memory_limit = -1
 ```
 
+Composer also respects a memory limit defined by the `COMPOSER_MEMORY_LIMIT` environment variable:
+
+```sh
+COMPOSER_MEMORY_LIMIT=-1 composer.phar <...>
+```
+
 Or, you can increase the limit with a command-line argument:
 
 ```sh