Disable GC when computing deps, refs #3482
parent
91dd999eb6
commit
ac676f47f7
|
@ -160,6 +160,8 @@ class Installer
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
|
gc_disable();
|
||||||
|
|
||||||
if ($this->dryRun) {
|
if ($this->dryRun) {
|
||||||
$this->verbose = true;
|
$this->verbose = true;
|
||||||
$this->runScripts = false;
|
$this->runScripts = false;
|
||||||
|
|
Loading…
Reference in New Issue