Skip to content

Commit ac676f4

Browse files
committed
Disable GC when computing deps, refs #3482
1 parent 91dd999 commit ac676f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Composer/Installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public function __construct(IOInterface $io, Config $config, RootPackageInterfac
160160
*/
161161
public function run()
162162
{
163+
gc_disable();
164+
163165
if ($this->dryRun) {
164166
$this->verbose = true;
165167
$this->runScripts = false;

0 commit comments

Comments
 (0)