소스 검색

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');
     }
 
     /**