out-of-memory
oufOfMemoryError by switching through many activites and using camera?
I am working on a game for android right now. It is a game where I have to change the activity very often. Actually it is a cycle of activities. After searching a bit in google I found this article:[详细]
2023-03-25 23:35 分类:问答Assigning bitmap to ImageView via setImageURI throws OutOfMemory exception
I have an activity with an empty ImageView and a button. After clicking the button, I display the device\'s media gallery, the user chooses an image that gets passed to the activity via an intent. I u[详细]
2023-03-24 18:36 分类:问答Flash Builder Profiler runs out of java heap space trying to expand paths to GCRoot
Using Flash Builder 4 on Mac OS X, trying开发者_运维知识库 to debug why it seems our Air app is leaking the objects declared in the MXML files, but if I try to expand the Instance in the Object Refere[详细]
2023-03-24 16:20 分类:问答Android Bitmap Limit - Preventing java.lang.OutOfMemory
I\'m currently struggling with an odd behavior of the Android platform -- the Bitmap / Java heap memory limit.Depending on the device, Android limits the app developer to 16, 24, or 32 MiB of Java hea[详细]
2023-03-23 23:24 分类:问答Why am I getting an OutOfMemoryError in java?
I am working on a projecteuler problem, and I have run into an OutOfMemoryError. And I don\'t understand why because my code was working beautifully (to my novice eyes at least :P).[详细]
2023-03-23 09:36 分类:问答Stack trace for thread causing an OOM
I have a java application which is getting an OutOfMemoryError, for heap space.I\'ve enabled -XX:HeapDumpOnOutOfMemoryError, and have the resultant hprof file.[详细]
2023-03-23 04:25 分类:问答How to release the actual Activity object memory after quitting out of the activity?
I\'m getting an OutofMemoryError for my android application, and am a bit confused as to whats going on. Basically what happens is, I\'m able to run it the first few times, but when I try to quit out[详细]
2023-03-23 00:14 分类:问答Why is this scala prime generation so slow/memory intensive?
I run out of memory while finding the 10,001th prime number. object Euler0007 { def from(n: Int): Stream[Int] = n #:: from(n + 1)[详细]
2023-03-22 22:59 分类:问答Android out of memory error?
I keep getting these errors while retreiving images here. 07-26 17:21:29.194: ERROR/AndroidRuntime(396): java.lang.RuntimeException: An error occured while executing doInBackground()[详细]
2023-03-22 21:05 分类:问答OOM Killer strikes although overcommit_memory is set to 2
I have application running for hours in embedded Linux, when suddenly the OOM Killer jumps out. I set overcommit_memory=2 and overcommit_ratio=50 to provoke the situation and catch the possible leaks[详细]
2023-03-22 18:21 分类:问答
加载中,请稍侯......