Open Basstorm opened 11 months ago
Thanks for opening this issue!
❣️ This issue is marked as
wontfix
as you have not yet starred this repo. Please kindly consider giving a star to this repo. Your support means a lot to us. Thanks for your understanding. After you become a stargazer, please also reply to this message with the keywordunderstood
. Afterward, I will reopen this issue for you. Once again, your support is much appreciated. Cheers.
understood
啥节点
啥节点
机场ss
@Basstorm 日志里怎么说,是不是在跑udp比方说bt下载
@Basstorm 日志里怎么说,是不是在跑udp比方说bt下载
没有任何bt下载相关的,倒是会有几个websocket长连接(binance网页版),日志里也没有udp流量
我也遇到了
同样有问题,用着用着内存爆炸
仍然未修复 环境: OpenWRT 23.05-SNAPSHOT arm64 in lxc, Linux 6.10.0-rc2, daed v0.4.1 不过变成了现有的线程会无限消耗内存
仍然未修复 环境: OpenWRT 23.05-SNAPSHOT arm64 in lxc, Linux 6.10.0-rc2, daed v0.4.1 不过变成了现有的线程会无限消耗内存
想知道你是怎么突破主机对LXC容器内核权限的限制而运行dae的,LXC不是和主机共用内核吗,dae对内核的操作不会直接影响主机吗
现在最新的 dae 支持 reload 开启 pprof:
global {
# Set non-zero value to enable pprof.
pprof_port: 0
}
可以先检查 goroutine 是否有泄漏: 浏览器打开 http://localhost:$pprof_port/debug/pprof/goroutine?debug=2
然后检查堆对象: curl -s http://localhost:<port>/debug/pprof/heap > heap_profile.out && go tool pprof heap_profile.out
然后 top 看最大堆 (也可以动态看不需要 dump)
Checks
Current Behavior
启用后会慢慢无限开启新线程,消耗巨量内存,这是启动1天后的进程status
可以看到Threads已经有1774个了,PID占了非常多
关联issue:https://github.com/sbwml/luci-app-daed-next/issues/1
Expected Behavior
No response
Steps to Reproduce
No response
Environment
cat /etc/os-release
):uname -a
):global {
Software options.
}
See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/dns.md for full examples.
dns { upstream {
这是上游adguardhome
}
Node group (outbound).
group { proxy {
Filter nodes from the global node pool defined by the subscription and node section above.
}
See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/routing.md for full examples.
routing {
Preset rules.
}