浏览代码

Update ImportCities command, bump memory limit

Daniel Supernault 6 年之前
父节点
当前提交
91e58591be
共有 1 个文件被更改,包括 1 次插入0 次删除
  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');
     }
 
     /**