out-of-memory
Design pattern for try/catch block for OutOfMemoryException in .NET
I have an application that works with large amounts of data, and I\'m 开发者_如何学Pythonthinking that, may be, sometimes the OutOfMemoryException will be thrown (For half a year, I got no single exce[详细]
2023-03-19 14:00 分类:问答Java OutOfMemory in app with Hibernate, Quartz and and JavaMail
I have a web application running on Tomcat 6, that I created with Netbeans 6.9.1 and its wizzards for Entity classes and persistence. It uses Hibernate, MySQL as database, Quartz for running a task ev[详细]
2023-03-19 02:45 分类:问答OpenGL VBO from array on SD Card (Android)
I parse a binary point cloud file and get large arrays of points and their properties. These more often then not run out of memory when allocating towards VBOs before drawing. I need a solution that h[详细]
2023-03-18 05:02 分类:问答Why I got System.OutOfMemoryException when using this code?
Dim output1 = System.IO.File.ReadAllLines(file).ToStrin开发者_JS百科g The file size is only 1 GB. My Page file is 128 GB. Why out of memory? It\'s 64bit system. Because there are many different fact[详细]
2023-03-17 17:56 分类:问答What is the possible causes of "java.lang.OutofMemoryError" in a executing thread?
I have met a Out of Memory problem in my application. In one of my threads execution, there is a sudden java.lang开发者_开发百科.OutofMemoryError and make that threads die.[详细]
2023-03-17 08:51 分类:问答Output Cache generating OutOfMemoryException
I\'m getting OutOfMemoryException in my website when memory reaches 50% of total system memory. Investigating the memory I\'ve found that my problem concern on the growing rates of Output Cache entrie[详细]
2023-03-17 06:43 分类:问答Android OpenGL OutOfMemory (Allocating buffers)
I\'m parsing a binary file with vertices and their properties. These files range from 50,000-2,000,000 vertices. For the lower files, I have no problems allocating straight off of arrays and drawing t[详细]
2023-03-17 06:09 分类:问答Windows Phone 7 - OutOfMemory Exception in emulator but not on device
At the point in my app where I load a lot of textures, I get an OutOfMemory Exception when I debug on the emulator but on the device, it works![详细]
2023-03-16 22:14 分类:问答android createBitmap OOM when ((freeMemory > bitmapSize) && (nativeFreeHeap < bitmap size))
On Android 2.2, the following program produces an OOM. In summary, the program does the following: Allocates a big array that requires native heap to grow close to its maximum size.[详细]
2023-03-16 19:39 分类:问答OutOfMemoryError - can I dump data into file instead of memory?
I\'m using an API that provides a method like remoteConnection.getObjects() to get a list of objects from a remo开发者_Go百科te server. The list is sometimes huge and causes a Java heap space OutOfMem[详细]
2023-03-16 18:03 分类:问答