-
Notifications
You must be signed in to change notification settings - Fork 90
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
oom #42
Comments
can you provide the image urls? and try reproduce in sample project? |
[{ |
@hukejia 我在demo里没有复现oom问题。你用的是哪个版本的,是否跟机型和系统有关,有其他规律吗,使用AS的profiler看下内存是在持续增长吗 |
4.9.0的,我用的5.1的oppo,我试了用fresco一样会oom,只是概率稍微小了一点点,用glide加载gif就没问题 |
我遇到了虚拟内存不够用的情况,此时内存虽然占用很大但是尚且有空间,但是虚拟空间超过4G了。我目前也没有具体的信息提供因为我暂时搞不懂为什么。请问您有什么关于定位此问题的建议吗?英语太差就不用英语写了. |
Glide.with(holder.getContext()).load(data.getCover_gif())
.optionalTransform(WebpDrawable.class,new WebpDrawableTransformation(new MultiTransformation<>(new CenterCrop(),roundedCorners)))
.into(iv);
在recyclerview里用,100% oom
The text was updated successfully, but these errors were encountered: