Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

Out of memory exception

Open TonyHaddad91 opened this issue 8 years ago • 3 comments

Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 5529612 byte allocation with 2175304 free bytes and 2MB until OOM at dalvik.system.VMRuntime.newNonMovableArray(VMRuntime.java) at android.graphics.Bitmap.nativeCreate(Bitmap.java) at android.graphics.Bitmap.createBitmap(Bitmap.java:975) at android.graphics.Bitmap.createBitmap(Bitmap.java:946) at android.graphics.Bitmap.createBitmap(Bitmap.java:913) at jp.wasabeef.blurry.internal.Blur.rs(Blur.java:51) at jp.wasabeef.blurry.internal.BlurTask$1.run(BlurTask.java:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)

Any help for this ? Thanks

TonyHaddad91 avatar Apr 03 '16 07:04 TonyHaddad91

I had the same problem. Does someone has an idea of how to solve it?

Thanks

titooan avatar Jun 14 '17 04:06 titooan

I had the same problem and I solved it by adding android:largeHeap="true" to app manifest. I know this is not a good solution but it can solve your problem

moshosseini avatar Aug 14 '17 15:08 moshosseini

Having same problem, looks like a memory leak. Will reply if I find a proper solution.

revg75 avatar Aug 13 '19 23:08 revg75