作者 刘锟

update

@@ -38,6 +38,7 @@ class ProjectImport extends Command @@ -38,6 +38,7 @@ class ProjectImport extends Command
38 38
39 public function handle() 39 public function handle()
40 { 40 {
  41 + ini_set('memory_limit', '512M');
41 while (true) { 42 while (true) {
42 $this->start_import(); 43 $this->start_import();
43 } 44 }