为何运行后浏览器会特别卡,甚至引起系统卡顿 #536
Closed
heartflysheep
started this conversation in
General
Replies: 1 comment
完整运行时并不是只有一个网页:主服务还会启动三个独立 Streamlit Agent,分析过程可能加载本地模型,浏览器同时承载 Agent 页面、持续日志和最终报告。长时间任务或超长报告仍可能使浏览器和系统内存增长。 请分别观察浏览器与 Python/Streamlit 进程的内存,先用单个 Engine 或小规模任务判断是后端计算还是前端渲染导致;如果仅最终报告页面卡顿,可先使用 原讨论缺少版本和资源数据,先关闭归档。若当前 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
会占用大量内存吗,能否优化一下呀大佬
All reactions