I have a program that accumulates traffic from network interface in 800 Mb/s. This program is developed by Delphi, also in 32bit platform(Delphi does not support 64bit architecture).
I\'m using a block processing approach to handle a calculation b开发者_如何学Goetween two large matrices.
In Classic ASP (VBScript), if I try to create a large 2-dimensinal array, I get an \"Out of Memory\" error.For example, this
Is there a way to make the OOM killer work and prevent Linux from freezing? I\'ve been running Java and C# applications, where any memory allocated is usually used, and (if I\'m understanding them rig
I am trying t开发者_JAVA技巧o publish a large video/image file from the local file system to an http path, but I run into an out of memory error after some time...
I\'ve created simple test app with one activity. The activity contains frame animation. The total size of images in frame animation(riffle_forward_anim) is about 1MB. Here is the code I use to load an
My CF application has a very customized UI, using lots of images as UI elements. The UI feels a lot more smooth when these bitmaps are kept in memory. When they\'re loaded on demand, the UI is slow an
My code is doing things like this: for(SomeObject so : someObjects) { Blah b = so; NewObject n = dao.GetNO(b.23);
When trying to build Apache FOP by ant on the command line, it complains: [javac] The system is out of resources.
Does anyone know why I wou开发者_JAVA百科ld get an OutOfMemoryException when TaskMgr.exe says my process is only taking up ~1GB of memory?There probably isn\'t enough contiguous free memory to do what