out-of-memory
java.lang.OutOfMemoryError: PermGen space in Eclipse Helios
I have created an Xtext plugin in eclipse. Every time I launch it as an \'Eclipse Application\' via the context menu, I 开发者_JS百科get a few moments grace before the new Eclipse instance crashes. I[详细]
2023-03-16 06:39 分类:问答Why does java Grep crash with OutOfMemoryError?
I\'m running the following code more or less out of the box http://download.oracle.com/javase/1.4.2/docs/guide/nio/example/Grep.java[详细]
2023-03-15 00:03 分类:问答Out of memory and OpenGL errors while manipulating two images on android
Hi: I have to images on two files (left and right) What I want to do is show them side by side in a ImageSwitcher. This is the function that returns the Drawable that I want to set in the imageswitche[详细]
2023-03-14 03:22 分类:问答Large dimensioned images lead into an OufOfMemoryException
I am using OpenMap and have to load very large dimensioned images. I tried to load these images as big raster which fails wi开发者_如何转开发th an OufOfMemoryException. In debug mode the layer constru[详细]
2023-03-13 05:25 分类:问答System.OutOfMemoryException When trying to read 2.09 GB text file
System.OutOfMemoryException When trying to read 2.09 GB text file I am trying to read a txt file which consists of millions of lines. I am using this method.[详细]
2023-03-13 03:26 分类:问答Android Mapview Out of Memory Exception
I have a mapview in my app and whenever the user do too much zoom-in or out the mapview crashes. Following is the data allocation I got from DDMS just when the crash happened:[详细]
2023-03-12 07:37 分类:问答ListView OutOfMemory : External allocation too large for this process
I use a listview that loads covers I have a problem with OutOfMemory. I use the method getView BaseAdapter for reuse cells.[详细]
2023-03-12 06:37 分类:问答every time creating new thread is being added to main ThreadGroup
I am creating many surface view instances to view some objects but one instance is created at a time and then surfaceDestroyed is called. but the thread I am creating every time on surfacecreated is b[详细]
2023-03-12 03:58 分类:问答what causes memory leak in java
I have a web application deployed in Oracle iPlanet web server 7. Website is used actively in Internet.[详细]
2023-03-11 18:55 分类:问答What's the most efficient way to manage large amounts of data (height data) and replace this huge array?
I need to be able to look up this data quickly and need access to all of this data. Unfortunately, I also need to conserve memory (several of this will cause OutofMemoryExceptions)[详细]
2023-03-11 16:05 分类:问答
加载中,请稍侯......