Browse Source

Free up memory before disabling gc.

Yagiz Nizipli 10 years ago
parent
commit
bf210a340b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Installer.php

+ 1 - 0
src/Composer/Installer.php

@@ -160,6 +160,7 @@ class Installer
      */
     public function run()
     {
+        gc_collect_cycles();
         gc_disable();
 
         if ($this->dryRun) {