-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
疑似内存泄漏,不会自动释放内存 #7720
Comments
关于这个,我好像也是偶尔出现过,我是在本地存储的视频播放的时候,那时候不清楚是网络问题还是占用,因为没去看后台占用,所以没去在意。 |
用beta版本 |
新版本一直这样,还没更新修复,现在用不了了!@ |
用beta版本 |
哥们 正式版啥时候出啊,我的是群晖,无法手动更新套件 |
视频播放引起的内存占用飙升一般是由于查看的指标显示的不是真正意义上 alist 进程使用的物理内存。如果你们查看的指标包含 file (cache) 文件缓存,则这部分内存不会随 alist 使用的变化触发回收属于正常现象,因为文件缓存由系统管理,不由 alist 管理。 如何证明你的指标是否包含文件缓存:在主机使用具有足够权限的用户执行以下命令: sync; echo 3 > /proc/sys/vm/drop_caches 如果内存立刻释放,则表明指标包含文件缓存。如果内存仍未释放,且 alist 在五分钟内没有请求,则请贴上内存指标截图,在添加 --debug 参数的情况下启动并复现问题然后等待五分钟,期间屏蔽所有请求。最后访问 alist 的 /debug/pprof/heap 将其中的调试内容贴在此处。 |
https://spk.bobohome.store:8880/download/ |
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.41.0
Driver used / 使用的存储驱动
本机存储
Describe the bug / 问题描述
AList挂载本机存储,在网页端播放视频或挂载WebDav播放视频,均会导致内存占用持续上升,且不会自动释放内存
Reproduction / 复现链接
暂无
Config / 配置
Logs / 日志
No response
The text was updated successfully, but these errors were encountered: