Free up memory before disabling gc.
parent
c0e6656429
commit
bf210a340b
|
@ -160,6 +160,7 @@ class Installer
|
|||
*/
|
||||
public function run()
|
||||
{
|
||||
gc_collect_cycles();
|
||||
gc_disable();
|
||||
|
||||
if ($this->dryRun) {
|
||||
|
|
Loading…
Reference in New Issue