|
@@ -3,6 +3,7 @@
|
|
|
namespace App\Console\Commands;
|
|
|
|
|
|
use App\Libraries\CommonHelper;
|
|
|
+use Exception;
|
|
|
use Illuminate\Console\Command;
|
|
|
use Illuminate\Http\File;
|
|
|
use Illuminate\Support\Carbon;
|
|
@@ -52,7 +53,7 @@ class GeneratePreviewVideo extends Command
|
|
|
{
|
|
|
// $this->importVideo();
|
|
|
// exit;
|
|
|
-
|
|
|
+ ini_set('memory_limit', '512M');
|
|
|
$disk = $this->disk('oss');
|
|
|
|
|
|
//如果目录不存在则创建
|