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?