wp-cli: allow using more memory as composer can exhaust it
This commit is contained in:
parent
b15eea6f31
commit
8423b6a3d4
@ -25,6 +25,9 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
ini = writeText "wp-cli.ini" ''
|
ini = writeText "wp-cli.ini" ''
|
||||||
|
[PHP]
|
||||||
|
memory_limit = 512M ; composer can be a bit of a memory pig
|
||||||
|
|
||||||
[Phar]
|
[Phar]
|
||||||
phar.readonly = Off
|
phar.readonly = Off
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user