Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Globally set composer's memory limit (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrydallacroce authored Apr 8, 2020
1 parent 96b7020 commit 636fac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

require_once __DIR__ . '/../vendor/autoload.php';

putenv("COMPOSER_MEMORY_LIMIT=-1");

$dktl_directory = DkanTools\Util\Util::getDktlDirectory();
$dktl_project_directory = DkanTools\Util\Util::getProjectDirectory();

Expand Down

0 comments on commit 636fac8

Please sign in to comment.