E_ERROR Allowed memory size of 134217728 bytes exhausted (tried to allocate 8192 bytes) in /opt/workerman/GatewayWorker/Lib/StoreDriver/File.php on line 74
134217728换算过来是128M,代码原因,只能设置一个worker进程,所以想问一下,如何将这个进程的内存极限值调大些
.`
本人小白一枚,看文档是 GatewayWorker发现有页面发起连接时,将对应连接的client_id发给网站页面这一步骤的时候,发起ajax请求之后出现跨域问题,
前端页面请求:
```js
$\Gateway.php';
// GatewayClient 3.0.0版本开始要使用命名空间
use GatewayClient\Gateway;
use think\Request;
// 设置GatewayWorker服务的Register服务ip和端口,请根据实际情况改成实际值(ip不能是0.0.0.0)
class Bind extends Base
{
public function index(Request