소스 검색

Merge pull request #6019 from michaelcullum/patch-1

Update memory limit in docs
Rob 8 년 전
부모
커밋
b567f7298a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
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: