内存 Out of Memory 问题

您的反馈很重要!
回复
Josoen
帖子: 3
注册时间: 2025年 5月 12日 07:59

内存 Out of Memory 问题

帖子 Josoen »

这两天用的时候发现一个问题:
在关闭省内存模式时,打开lobechat preview的网站(https://chat-preview.lobehub.com/)会显示out of memory,推测原因是lobechat使用了浏览器的数据库,但是之前在chrome、百分浏览器使用的时候都没有这个问题。
同样的情况也在打开GTA6官网的页面时出现了,可能是大量的动画和渲染导致的(https://www.rockstargames.com/VI
希望能优化一下,或者内存权限给的高一些
浏览器版本:版本 5.5.2 (正式版本) (32 位)Kernel: 136.0.7103.80
系统:win10
头像
catsxp
网站管理员
帖子: 3729
注册时间: 2022年 12月 26日 17:41

Re: 内存 Out of Memory 问题

帖子 catsxp »

本地测试正常
5.5.4 bet-3 看能否复现该问
是否产生了dump文件? 如果有,把它邮发至:3303118@qq.com
Josoen
帖子: 3
注册时间: 2025年 5月 12日 07:59

Re: 内存 Out of Memory 问题

帖子 Josoen »

我使用的是portable,不知道安装版和便携版是否有性能差异或者稳定性差异?我发现我之前下载成了32位,现在换成了5.5.3的64版本没问题了
头像
catsxp
网站管理员
帖子: 3729
注册时间: 2022年 12月 26日 17:41

Re: 内存 Out of Memory 问题

帖子 catsxp »

帮用32位测试下,理论上这个错误,因该是某个崩溃引起的
redfox
帖子: 85
注册时间: 2023年 10月 26日 21:15
来自: Czech Republic

Re: 内存 Out of Memory 问题

帖子 redfox »

There is a similar problem with youtube. If you watch a LIVE video stream, plus live chat enabled, the memory consumption goes up to approx 4,5 GB, following the error message 'out of memory'.
This problem exists for months, maybe years, it is probably caused by bad programming of youtube. There are many posts about this issue on the web.
Josoen
帖子: 3
注册时间: 2025年 5月 12日 07:59

Re: 内存 Out of Memory 问题

帖子 Josoen »

catsxp 写了: 2025年 5月 12日 12:17 帮用32位测试下,理论上这个错误,因该是某个崩溃引起的
已在portable_x86_beta_137_5_5_4_3上复现,dump文件已经发送到邮箱
头像
catsxp
网站管理员
帖子: 3729
注册时间: 2022年 12月 26日 17:41

Re: 内存 Out of Memory 问题

帖子 catsxp »

用beta-4复现!!
beta-3已经是过去式了
头像
catsxp
网站管理员
帖子: 3729
注册时间: 2022年 12月 26日 17:41

Re: 内存 Out of Memory 问题

帖子 catsxp »

已经在win7 x86虚拟机复现该问题

遇到几次情况了,x64测试没问题,x86会崩溃
通常我只在x64平台开发和测试

跟踪解析一下,这次好像真不是BUG
就是字面上说的原因 Out of Memory
x86寻址内存不够,抛出异常,自动中止..
本地用chrome x86版本,估计也可以复现该问题
redfox
帖子: 85
注册时间: 2023年 10月 26日 21:15
来自: Czech Republic

Re: 内存 Out of Memory 问题

帖子 redfox »

Is it possible to increase disk cache size, instead of memory?
头像
catsxp
网站管理员
帖子: 3729
注册时间: 2022年 12月 26日 17:41

Re: 内存 Out of Memory 问题

帖子 catsxp »

Is it possible to distribute 1T of food at once to make an ordinary person finish in one go!
This is unsolvable, at least for now

x86 max->4G Memory
x64 max->16EB Memory
回复