Skip to content

Commit

Permalink
Merge pull request #109 from humanmade/backport-108-to-v3-branch
Browse files Browse the repository at this point in the history
[Backport v3-branch] Pass ES_MEM_LIMIT env var through to docker compose process
  • Loading branch information
roborourke authored Dec 12, 2019
2 parents dc09e31 + c35b13d commit 2e9f030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/composer/class-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ protected function start( InputInterface $input, OutputInterface $output ) {
'VOLUME' => getcwd(),
'COMPOSE_PROJECT_NAME' => $this->get_project_subdomain(),
'PATH' => getenv( 'PATH' ),
'ES_MEM_LIMIT' => getenv( 'ES_MEM_LIMIT' ) ?: '1g',
];

if ( $input->getOption( 'xdebug' ) ) {
Expand Down

0 comments on commit 2e9f030

Please sign in to comment.