From 8423b6a3d4ebf833d08cd31c08d9b14bd0410b22 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 28 Dec 2017 00:34:51 +0800 Subject: wp-cli: allow using more memory as composer can exhaust it --- pkgs/development/tools/wp-cli/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/tools/wp-cli') diff --git a/pkgs/development/tools/wp-cli/default.nix b/pkgs/development/tools/wp-cli/default.nix index 9dfd3b7e728..af6aa6061b0 100644 --- a/pkgs/development/tools/wp-cli/default.nix +++ b/pkgs/development/tools/wp-cli/default.nix @@ -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 ''; -- cgit 1.4.1