wp-cli: allow using more memory as composer can exhaust it

This commit is contained in:
Peter Hoeg 2017-12-28 00:34:51 +08:00
parent b15eea6f31
commit 8423b6a3d4

View file

@ -25,6 +25,9 @@ let
'';
ini = writeText "wp-cli.ini" ''
[PHP]
memory_limit = 512M ; composer can be a bit of a memory pig
[Phar]
phar.readonly = Off
'';