PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1441792 bytes) in /www/wwwroot/s-route/vendor/workerman/workerman/Connection/TcpConnection.php on line 372
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1441792 bytes) in /www/wwwroot/s-route/vendor/workerman/workerman/Connection/TcpConnection.php on line 372
Worker process terminated with ERROR: E_ERROR "Allowed memory size of 134217728 bytes exhausted (tried to allocate 1441792 bytes) in /www/wwwroot/s-route/vendor/workerman/workerman/Connection/TcpConnection.php on line 372"
求大佬看下这是内存溢出导致的么?
有什么办法解决么?
[attach]2042[/attach]
[attach]2043[/attach]
自定义了一个通讯协议,在Gateway中使用,但是发生一个问题,请指教:
看上去协议工作正常,而且相关消息处理过程也工作正常
客户端会不停的向服务器发送心跳包,较长一段时间后,出现了“failedto open stream: Too many open files ”的错误警告
此时只有一个连接的
没有数据库或其他缓存操作
不知道,出现这种情况,我应该从什么地方开始找问题