iyzrj
Results
2
comments of
iyzrj
I encountered the same problem, and last i found it caused by TIMEOUT setting ,when the websocket backend heartbeat interval is every 55 second ,but the apisix default **upstream timeout...
@huan 大佬,我使用的环境是docker,跑了几个小时就会出现内存泄漏,按照找到已解决的issue一个参数`-r --max-old-space-size`,我增加的位置是package.json里`"demo": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node -r ts-node/register --max-old-space-size=1536 examples/ding-dong-bot.ts", `这一行,但是跑了几个小时还是会出现oom错误导致停止。 请问是我加错位置了吗?(我是用的go做client)