0

Possible Duplicate:
c# 'System.OutOfMemoryException' was thrown when there is still plenty of memory free

My machine has 12-gigs of ram and I'm trying to generate a xtrareport that doesn't seem like it could possibly be using all 12-gigs (only 30 pages long). So, how does ASP.NET determine when to throw the System.OutOfMemoryException exception?

Community
  • 1
  • 1
O.O
  • 11,077
  • 18
  • 94
  • 182
  • http://blogs.msdn.com/b/ericlippert/archive/2009/06/08/out-of-memory-does-not-refer-to-physical-memory.aspx – Mauricio Scheffer Jan 16 '12 at 18:30
  • You get that exception when you are using too much memory. Your 12Gigs has *nothing* to do with it. Well, ok; not much to do with it. You need to change your code instead of trying to bark up this tree. – Andrew Barber Jan 16 '12 at 18:32

0 Answers0