A specific exception in .NET which is thrown when a request for memory is made that can not be satisfied using the available platform resources to continue the execution of a program.

learn more… | top users | synonyms

1
vote
2answers
41 views

ShellWindows and OutOfMemoryException?

I have a method to open an URL in Internet Explorer. If there already is an internet explorer open, it should open in a new tab. If there isn't it should open a new internet explorer. My code: ...
0
votes
1answer
21 views

XSLT and XML does not match

I have an XML on which I am doing an XSLT transformation. The XSLT I am receiving from some other source, so I have no control over it. The problem occurs when there is a slight difference between the ...
0
votes
0answers
49 views

OutOfMemoryException in apache

I am getting the OutOfMemoryException for nativeTLA process in one of our production application. The JVM is already running under maximum memory utilization for TLA. Here I have attached the ...
0
votes
1answer
32 views

Android new Intent memory leak / out of memory

I've got an app with 2 Activities. The first one launches on startup and with a button launches the second activity using an Intent. Intent intent = new Intent(MainActivity.this, ...
0
votes
1answer
36 views

How can i get more RAM for my app in C#?

I have a program in C#, that needs to utilize 1GB of memory. However I use some adapter code which takes additional RAM. It seems that I can`t allocate more than 400MB at runtime. Can you point me ...
0
votes
1answer
27 views

python memory error with large text list

I'm trying to get a list of every word, 2-word, and 3-word phrase used in a bunch of product reviews (200K+ reviews). The reviews are provided to me as json objects. I have attempted to remove as ...
0
votes
1answer
37 views

iTextSharp throw exception OutOfMemoryException with Larg file

I'm using iTextSharp (5.4.1.0) to merge set of PDF files into one file. In case of having larg file i got System.OutOfMemoryException at the line of closing document [document.Close();] Here is my ...
0
votes
0answers
33 views

App crashes on galaxy s3 with outofmemory error

My app works fine on 480*800 phones. But it crashes on 720p phones . I tested it on galaxy s3 and xperia sl. Here is the logcat error and code which is causing error according to my judgment is this ...
0
votes
3answers
54 views

Out of Memory on Bitmap Android

I want to make implement this in android For this, I have to load images from asset folder and I am making two HorizontalScrollView in xml file and load dynamically ImageView in it. For loading ...
0
votes
0answers
19 views

Out of memory exception in CreateGraphics (GdipCreateFromHWND)

on certain machines that vary in configuration (OS, graphics card and memory) I get an OutOfMemory exception. Some tests showed that there is no significant increase in virtual memory consumed. That's ...
0
votes
2answers
42 views

OutOfMemoryException when trying to display image continuously

I am trying to display images which i am getting from server side using screenCapture but on client side (Android Emulator) doesn't display any image, after running for a while through exception ...
1
vote
2answers
93 views

C++/C# array memory exception

I am a newer to C#. Recently when I update an application(vs2008), I met the following problem. The application has c++ function helper as follows: array<float>^ Variant::CopyToFloats() { ...
-1
votes
1answer
71 views

C# Prime Number Generator Out of Memory [closed]

public class Atkin_Algo : IEnumerable<ulong> { private List<ulong> primes; private ulong limit; public Atkin_Algo(ulong _limit) { limit = _limit; ...
-3
votes
1answer
69 views

Exception of type 'System.OutOfMemoryException' was thrown. after page load in asp.net c# [closed]

I have a web form in asp.net that every time I try to access it, it throws the following exception Exception of type 'System.OutOfMemoryException' was thrown It does enter the page load and finishes ...
1
vote
0answers
21 views

ETW ProcessTrace() trying to reserve 1GB of memory on XP?

I'm currently writing an application that uses the NT Kernel Logger via the ETW trace functions. It consumes in real-time mode. It works fine on my Windows 7 test machine but on my XP VM I was getting ...
1
vote
1answer
88 views

galaxy s4 and maybe all HD phones? out of memory error inflating layout

So this app I am working on, works just fine on a really old miserable Android 2.3.3 phone. However when running it on the GS4, the GS4 is throwing out of memory exceptions every time is has to load a ...
0
votes
1answer
49 views

getting out of memory exception while using fileStream

I am facing an Issue while uploading file from a web page to server. It works fine for files upto 200 MB, but starts throwing out of memory exception. Could you please help me I have pasted the code ...
1
vote
0answers
70 views

Insufficent Memory

I am new to Open CV and have been working on a project on gesture recognition. I was implementing PCA and while calculating eigen vectors i stumbled upon insufficent memory error. The 2D arrays i ...
-1
votes
2answers
47 views

Insert command error in OleDB

A little noob says HY. I have a small problem with a homework project in Microsoft Visual Studio 2010. Also, i work in C#. I must do a site for selling products and i have an Access database. So, the ...
0
votes
1answer
39 views

OutofMemoryException while using Wicket DataTable

I have a simple wicket application which displays 4-5 data table in a page.The data provider is quite huge here.It has probably millions of data in it.I am displaying these data using data table. The ...
0
votes
1answer
94 views

Out of Memory Exception - Google Map GroundOverLay

I'm trying to draw a picture on the google map. I'm using the latest version of google play services and checked a lot for this issue and couldn't find an answer. Here's some code: ...
-1
votes
0answers
25 views

Bitmap size exceeds VM budget as I am taking copy of Bitmap [duplicate]

In my application I want a copy of Bitmap of canvas and I am adding that to an ArrayList. I am getting memory exception. How to solve this issue? bcopy=bitmap.copy(bitmap.getConfig(), true); ...
0
votes
1answer
57 views

SQL ODBC adapter out of memory exeption

I am connecting and receiving data from IBM's I Series AS400 database, using odbc adapters and dataset. I have an odbc connection like given below: OdbcCommand cmd = new OdbcCommand(queryString, ...
0
votes
3answers
66 views

Socket data transfer - out of memory exception

I'm sending files of about 10 Mbs each one from pc to phone using TCP sockets. In the phone-side I'm receiving data like this: Dim B As Byte() = New Byte(Socket.ReceiveBufferSize - 1) {} ...
1
vote
2answers
105 views

Force to clear memory

I am running into some memory issues with my project, so I decided to stress test some portions to see some performance measurements. I am using Google's ConcurrentLinkedHashMap library as an LRU ...
0
votes
3answers
83 views

How to monitor Memory Leak in C#?

I am trying to do memory leak Visual C#. I used this Code : class Program { static void Main(string[] args) { List<float> s = new List<float>(); while (true) { ...
1
vote
1answer
35 views

Bitmap Memory Management

Recently I have been working on a music player for android as a learning experience. It is coming along quite well, but there is one problem. In the music player activity I get the embedded album ...
-1
votes
0answers
18 views

Windows 2003 High Memory Utilization Process [closed]

I have a few processes that are using excessive amounts of memory. I'd like to understand better the threads that are causing this. I've used ProcessExplorer and WinDbg but I'm not sure the best way ...
0
votes
0answers
27 views

Out Of Memory with pagerView Monodorid

I need a hand on pagerView. When I use the pagerview after a hundred pages the application gives me error 'out of memory'. I need a method to destroy the view because it keeps me in memory all (from ...
0
votes
1answer
37 views

Quartz sheduler throws out of memory

My quartz job throws an error below. Does anyone know how to fix out of memory problem? Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread" java.lang.OutOfMemoryError: Java heap space ...
1
vote
3answers
80 views

Unix Swap and avoidance of java heap space Exception

When I run my application of hyprgraph construction I get this exception java.lang.OutOfMemoryError: Java heap space I use ubuntu 12.04 The output of the command free -m few minute before the ...
1
vote
1answer
121 views

System.OutOfMemoryException at System.Text.StringBuilder.ToString() with Excel XML String

So recently I've been working on code in C#/ASP.NET that throws an error during selections of large parameters: Exception of type 'System.OutOfMemoryException' was thrown. at ...
0
votes
0answers
45 views

How to handle OutOfMemoryException in WebClient callback

My Excel AddIn sends multiple web service calls asychronously In callback, I will plot either data or error message to Excel cells. When there are so many web service calls requesting a large amount ...
0
votes
0answers
108 views

Why do I get a System.OutOfMemoryException using NHibernate?

Below are the details of the error: Scenario: I'm iteration through a collection which contains a field with 'byte[]' as datatype. While iterating it is allocating byte array in lakhs. I guess this ...
1
vote
1answer
69 views

Getting exception when downloading large file

I am developing an audio/video related application where user need to download video to play it locally, for this i am using this code- private void Button_Click_1(object sender, RoutedEventArgs e) ...
1
vote
2answers
127 views

Out of memory exception in .net winform treeview

I have a treeview and based on items of treeview i have listview on right side. SO almost UI is our windows Explorer kind of appearance. So now the problem i am facing is when i delete large number of ...
0
votes
2answers
142 views

Android-app crash on adding image in custom list view

i am making custom list view in which i have to add images taken by user either from sd card or by camera.For this i take one image view and two buttons.one button take picture from camera and other ...
0
votes
1answer
40 views

VB.NET holding a big vector of structure in memory

I need to load a huge dataset keep it in a vector. I have been able to make it so that the memory is kept right under the limit of around 1.2 gb that seems to be allowed for applications. But then I ...
2
votes
0answers
37 views

OutOfMemoryException with very simple WPF application with Entity Framework

I have searched for this question, but I have only found questions where people were loading tables with millions of entries. This is not the case in my situation. I am fairly new to WPF and new to ...
0
votes
3answers
52 views

How to enumerate a list in portions (to avoid OutOfMemoryException)?

I have an IEnumerable of objects which I want to do some processing on. But when the collection gets too large, it throws an OutOfMemoryException upon enumerating it, for instance on a call to ...
0
votes
2answers
46 views

Configuring eclipse/java to boost the performance to the fullest

I have a windows pc with 64 bit OS (windows 7 Enterprise) and 8 GB of RAM. I want to run a heavy java program on eclipse and I would like to allocate as much of the PC resources only to eclipse/JVM to ...
0
votes
1answer
99 views

Does System.Net.Http.HttpClient suffer from HttpWebRequest.AllowWriteStreamBuffering?

I've been trying to use System.Net.Http.HttpClient to POST a larger file (+1GB) but it throws a SystemOutOfMemory exception: at System.Net.ScatterGatherBuffers.AllocateMemoryChunk(Int32 newSize) at ...
1
vote
3answers
108 views

outofmemoryexception when reading from smart card

I'm using .Net framework to develop an application that interact with Gemalto smart card (adding and retrieving), I've successively done with the addition part, however when I try to read the data ...
2
votes
2answers
129 views

Garbage collection runs too late - causes OutOfMemory exceptions

Was wondering if anyone could shed some light on this. I have an application which has a large memory footprint (& memory churn). There aren't any memory leaks and GCs tend to do a good job of ...
0
votes
0answers
152 views

Unable to add database reference for dacpac in Visual Studio 2012 - OutOfMemoryException

I have a dacpac that is 12 MB and which took 45 minutes to generate within VisualStudio 2012. It is for a production Microsoft Dynamics GP (formerly Great Plains) customer database. I was amazed that ...
0
votes
0answers
49 views

Image from asset folder - out of memory exception on set image to imageView

I have simple code (adding image to imageView from asset folder): InputStream path = getAssets().open("z1_1.jpg"); Bitmap bit = BitmapFactory.decodeStream(path); imageView.setImageBitmap(bit); When ...
0
votes
2answers
51 views

Out of Memory on some specific android phones

Normally, opening home page will cost about 10mb, somehow in some particular machines, opening home page cost like 120m only 4 220x220 pics and 4 1024*768 pics are allocated. 220x220 pics are ...
1
vote
1answer
30 views

OutofMemory Exception Details

I was asked this question in a recent Java interview. When we get an OutOfMemory Exception , how can we find out which class and which method has thrown OutOfMemory Exception. I answered that it will ...
1
vote
1answer
94 views

How to access thousands of images on demand without memory overflow [closed]

I have about 5,000 images downloaded from a database that all stand for some object in a catalog. The catalog is displayed in a ListView (Telerik) but I want the images to show up next to each ...
-2
votes
1answer
66 views

System.IO.out of memory exception was unhandled for defining List [duplicate]

Directory is quite big around 2 GB. I have defined a new List named results in which it will fetch all the values. My code is here : IEnumerable<string> textLines = ...

1 2 3 4 5 19