Closed ghost closed 7 years ago
你的截图和上述内容不匹配。VSZ 是虚拟内存,Golang 会申请非常大的虚拟内存并且是不能控制的,但不影响使用。你可以看到第一行的 Mem: 912312K free,实际上还有很多空闲内存。
你碰到的速度越来越慢可能是其它问题导致的。
谢谢回复。这个截图是我刚刚启动程序时的截图。 今天我用斐讯K3(512MB ram )做实验,k3 arm架构,刷lede 17.01.4,问题还是出现,可用内存一直减少至七八十兆。不过我用K2P(128MB ram),k2p mips架构,刷pandorabox,内核3.14.79,就没有出现可用内存越用越少的现象。 所以,我猜,这个可用内存越用越少的问题,应该跟固件配置有关。不是v2ray的问题。 再次感谢!
提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 Please read the instruction and answer the following questions before submitting your issue. Thank you.
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. 树莓派3安装lede 17.01.4,在lede里运行v2ray. PC端:Chrome 通过switchomega设置代理,通过lede中的v2ray进行上网. 3) 你看到的不正常的现象是什么? What did you see? 随着科学上网的时间推移,lede中的可用内存越来越少。当可用内存变为四五十兆的时候,科学上网速度越来越慢,最后无法科学上网。 4) 你期待看到的正确表现是怎样的? What's your expectation? 我期待v2ray 占用的内存是固定的,或者说,当内存占用达到一定值时,v2ray会释放占用的内存。而不是一直占用内存越来越高。 5) 请附上你的配置文件(提交 Issue 前请隐藏服务器端IP地址)。 Please attach your configuration file (Mask IP addresses before submit this issue).
Server Configuration File(服务器端配置文件):
Client Configuration File(客户端配置文件):
6) 请附上出错时软件输出的日志。在 Linux 中,日志通常在
/var/log/v2ray/error.log
文件中。 Please attach the log file, especially the bottom lines if the file is large. Log file is usually/var/log/v2ray/error.log
on Linux.Client Log File(客户端日志):
下图为我树莓派top命令查看内存使用的截图: