-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
内存慢慢泄露 #4508
Comments
|
memory 有很多种,尽量用工具调试观测吧,我没有太多精力和你深入讨论这里面的技术细节。 |
你应该是看错了指标, frps 的 metrics 数据中有多个内存指标。
你可以看看,参考下。 |
|
用不了,格式不对,你发json 文件吧 |
我是用这个 20370 ID 导入的,你试试看看 |
我也是用的这个,没有你那几个内存显示 |
|
进程内存的两条线分别为: |
Bug Description
在客户端经常性断开重连和每天产生很多动态客户端连接的时候,会出现内存慢慢增加的情况
整体如下图所示
查了下代码可能是在
pkg/nathole/nathole.go
这个代码里
调整为如下是否可以避免
frpc Version
0.54.0
frps Version
0.54.0
System Architecture
linux/amd64
Configurations
bindPort = 8000
vhostHTTPPort = 8090
auth.method = "token"
auth.token = "****"
[[httpPlugins]]
name = "notify"
addr = "127.0.0.1:18081"
path = "/s/handler"
ops = ["NewProxy", "CloseProxy"]
Logs
No response
Steps to reproduce
...
Affected area
The text was updated successfully, but these errors were encountered: