out-of-memory
Another PHP out of memory problem using apache
I know it is an old question! But this time I have different situation. I\'m running php/mysql/apache on OpenSuse. I have set php with 128MB of memory. I don\'t have any RLimitMEM for apache.[详细]
2023-03-22 09:29 分类:问答Exception of type 'System.OutOfMemoryException' was thrown in C#
HtmlHelper.GetTagsAndValues(htmlContent); and i get this erro开发者_开发问答r: at System.String.Split(String[] separator, Int32 count, StringSplitOptions options)[详细]
2023-03-21 23:43 分类:问答Java OutOfMemory on Mac, working on Windows
I have an application that loads data from a .csv file and shows it in a table. The application works correctly for all files (no matter what size it has) in windows, but it only works with the files[详细]
2023-03-21 22:52 分类:问答Asp.net Mvc site running out of memory
I have a weird scenario in which the website seems to randomly run out of memory from time to time: it works for weeks then suddenly everything throws an out of memory exception, and it stays so until[详细]
2023-03-21 20:37 分类:问答Out Of memory error - Bitmap exceeds VM budget in Android while using bitmaps in maps?
I am plotting images of height and width equal to device screen as an overlay item in Android. But when the number of images exceeds the app crashes with Out Of Memory error - Bitmap exceeds VM budget[详细]
2023-03-21 04:48 分类:问答Java reading an image - java.lang.OutOfMemoryError
There is a 10MB Jpeg image i am trying to read using the following code, but i get a \"Exception in thread \"main\" java.lang.OutOfMemoryError: Java heap space\". I wonder if a 10MB image is too big t[详细]
2023-03-21 02:24 分类:问答Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
I can\'t run my process. It gives the following exception: \"Exception in thread \"main\" java.lang.OutOfMemoryError: Java heap space\"[详细]
2023-03-21 01:31 分类:问答.NET web application on Windows 2008 R2 Webserver only able to address 16 GB RAM, not 32 - why?
We are trying to run a .NET 4 web application (on an 8 GB, 8 core Windows 2008 R2 64bit Webedition server) that creates Word mailmerge documents, using Spire.doc. Everything works fine up to around 5.[详细]
2023-03-20 20:29 分类:问答Problem with big images ( java.lang.OutOfMemoryError: bitmap size exceeds VM budget )
as a many people i have a problem with big images too. ok,here my code.I found on stackoverflow how to fix this using BitmapFactory.Options.But in my situations i get image not from file. Can anyone[详细]
2023-03-20 18:47 分类:问答Is there a way to compact memory in android to lower the high water mark?
Please note I do NOT have a memory leak.My question is about a subtler issue. I recently wrote an android app which does image processing.The image is loaded as a Bitmap, then copied out in pixels, p[详细]
2023-03-20 12:25 分类:问答