@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
-
+ini_set('memory_limit',-1);
use think\App;
use Workerman\Worker as WO;