Browse Source

Update ImportCities command, bump memory limit

Daniel Supernault 6 years ago
parent
commit
91e58591be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Console/Commands/ImportCities.php

+ 1 - 0
app/Console/Commands/ImportCities.php

@@ -65,6 +65,7 @@ class ImportCities extends Command
     public function __construct()
     {
         parent::__construct();
+        ini_set('memory_limit', '256M');
     }
 
     /**