From 97a80b6249b4b70fc908c795dbbf96e12a4d4972 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 1 Jan 2017 21:18:52 +0000 Subject: [PATCH] Update memory limit in docs As per 0bc75c3fb6920798ec5410b912a7fe15d220e24a --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 58ac28153..22e5dacc6 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -125,7 +125,7 @@ Composer may sometimes fail on some commands with this message: In this case, the PHP `memory_limit` should be increased. -> **Note:** Composer internally increases the `memory_limit` to `1G`. +> **Note:** Composer internally increases the `memory_limit` to `1.5G`. To get the current `memory_limit` value, run: