out-of-memory
Error:byte external allocation too large for this process
Project was working fine suddenly it started giving this error. i even increased memory but no help. Can any one suggest what is the problem. What can be done to free the allocations.[详细]
2023-04-08 19:03 分类:问答Android app out of memory issues - tried everything and still at a loss
I spent 4 full day开发者_StackOverflows trying everything I can to figure out the memory leak in an app I\'m developing, but things stopped making sense a long time ago.[详细]
2023-04-08 15:32 分类:问答How do I solve a "java.lang.OutOfMemoryError: Java heap space"?
I am writing some code to parse a very large flat text file into objects which are persisted to a database. This is working on sections of the file (i.e. if I \'top\' the first 2000 lines), but I am r[详细]
2023-04-08 06:13 分类:问答fork and waitpid fail on linux. Without hitting the hard or soft limits
I have a process that must create and close threads on demand. Each thread forks a new process using open2. Sometimes after executing the program for a long time open2 fails to fork the process some[详细]
2023-04-08 03:49 分类:问答Jasper Reports OutOfMemoryError on export
I have written a web app for managing and running Jasper reports.Lately I\'ve been working with some reports that generate extremely large (1500+ page) outputs, and attempting to resolve the resultant[详细]
2023-04-08 00:37 分类:问答Java: combine 2000-5000 PDFs into 1 using iText yield OutOfMemorryError
I have eyeballing this code for a long time, trying to reducing the amount of memory the code use and still it generated java.lang.OutOfMemoryError: Java heap space. As my last resort, I want to ask t[详细]
2023-04-08 00:26 分类:问答Is there any java memory structures that will automatically page data to disk?
Basically, I am caching a bunch of files in memory.The problem is, if I get too many files cached into memory I can run out of memory.[详细]
2023-04-07 11:23 分类:问答Out of Memory Exception for String, StringBuffer and StringBuilder in Android
I\'m facing an Out of Memory Exception while converting a 1.8MB image to bytes and then encrypt, finally converting into a string (length printed in log is 1652328). And then, I\'m appending this stri[详细]
2023-04-07 10:12 分类:问答android OutOfMemoryError on WVGA800 and not any small screen format
When I try and decode a bitmap on an emulator running less than WVGA800 it works fine (phones included) but on larger screens it throws a OutOfMemoryError[详细]
2023-04-07 03:35 分类:问答OutOfMemoryError : When receiving XML response of 2.3 MB
Following is simple method that connects to web service and receives the XML response from server which is about 2.3MB and I\'m getting OutOfMemoryError (I\'ve referred this) but not being able to fin[详细]
2023-04-07 02:11 分类:问答
加载中,请稍侯......