java - 使用glide加载图片出现内存溢出
问题描述
Pending exception java.lang.OutOfMemoryError: Failed to allocate a 1125012 byte allocation with 784248 free bytes and 765KB until OOMcom.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream, android.graphics.BitmapFactory$Options, com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool, int, int, int, com.bumptech.glide.load.DecodeFormat) (Downsampler.java:217)at android.graphics.Bitmap com.bumptech.glide.load.resource.bitmap.Downsampler.decode(java.io.InputStream, com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool, int, int, com.bumptech.glide.load.DecodeFormat) (Downsampler.java:151)at com.bumptech.glide.load.engine.Resource com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(java.io.InputStream, int, int) (StreamBitmapDecoder.java:50)at com.bumptech.glide.load.engine.Resource com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(java.lang.Object, int, int) (StreamBitmapDecoder.java:19)at com.bumptech.glide.load.engine.Resource com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(com.bumptech.glide.load.model.ImageVideoWrapper, int, int) (ImageVideoBitmapDecoder.java:39)
谁有解决方法,发给我谢谢
问题解答
回答1:看这个log并不能发现什么,图片加载出现oom是非常高概率的。请仔细判断1)是否连续的加载了大图而没有及时回收?2)是否哪里内存泄漏了?可以尝试用LeakCanary检查下内存泄漏,或者用工具持续检查内存占用状况
相关文章:
1. docker images显示的镜像过多,狗眼被亮瞎了,怎么办?2. docker网络端口映射,没有方便点的操作方法么?3. 前端 - 类到底该如何去命名 .newsList 这种的命名难道真的不是过度语义化吗?~4. Docker for Mac 创建的dnsmasq容器连不上/不工作的问题5. docker api 开发的端口怎么获取?6. spring-mvc - spring-session-redis HttpSessionListener失效7. docker容器呢SSH为什么连不通呢?8. 如何解决Centos下Docker服务启动无响应,且输入docker命令无响应?9. Hbuilder中的phpMyAdmin访问题10. docker start -a dockername 老是卡住,什么情况?

网公网安备