From f2b0e2284a2aea72be15fd5c4947c22c22cce009 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 21 Nov 2015 02:59:25 +0000 Subject: [PATCH] Remove suggestion which is now kinda useless --- doc/articles/troubleshooting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index aeb50c5fa..c61385681 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -108,8 +108,6 @@ Don't forget to enable XDebug again after using Composer, if you need it. If composer still raises the error, the PHP `memory_limit` should be increased. > **Note:** Composer internally increases the `memory_limit` to `1G`. -> If you have memory issues when using composer, please consider [creating -> an issue ticket](https://github.com/composer/composer/issues) so we can look into it. To get the current `memory_limit` value, run: