-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPU占用率100% #1007
Comments
+1, server端未出现, client arm64/amd64 linux下均出现过。建议跑下pprof |
最近也发现存在此问题,服务端0.26.9和0.26.10都存在CPU 90%多。并且只要客户端连接后,服务端内存会持续增长,不释放,只能杀进程。 Server:
Client:
|
master是没有人在维护了吗 |
我去年就发现了,我现在是每天定时重启NPC,定时重启没啥影响 |
也发现这个问题了,但是奇怪的是好像最近才出现. |
我这也出现这个问题了,大概上个月出现的,之前确实也是正常的 |
各位,看下客户端配置中是不是开了压缩? #600 |
并不是压缩和配置问题,NPS一直被TCP攻击,来自全球各地的IP。 因此导致 CPU 100%,大家可以 netstat -atunlp 看下后台网络连接。 |
我的npc cpu也很高,但并没有所谓的攻击,都是我们自己的机器连在上面 |
我也是,只能搞个SH脚本,CPU超80%就杀掉重启。 |
我的使用中也反复出现在没有任何负载的情况下npc的cpu占用100%的情况,而且抓不到规律。据调查也有人使用frp的情况下出现类似情况。无奈之下,最近自己写了一个内网穿透工具,彻底解决问题。 |
我尝试了用 crontab 每日定时重启 nps 服务,目前 nps 不会再出现 100% 占用问题。 |
大家每天定时重启几次啊? |
已经抛弃NPS,现在用goproxy |
Describe the bug
运行一段时间后cpu占满,nps和npc都出现过这种情况,概率很高。
Screenshots or logs
Server:
Client:
Additional context
持续运行一段时间后有很大几率复现,具体原因未知。
The text was updated successfully, but these errors were encountered: