f# interactive System.OutOfMemoryException
Posted
by user343550
on Stack Overflow
See other posts from Stack Overflow
or by user343550
Published on 2010-06-09T20:00:44Z
Indexed on
2010/06/09
20:02 UTC
Read the original article
Hit count: 286
f# interactive throws System.OutOfMemoryException when loading large objects into memory.
Exception is thrown at approximately 1.3 gigs. Data set is 2.2 gigs, and loads fine in debugger mode.
Using VS2008 with April 2010 CTP
This is mostly a java library that is being used via ikvmc, but if that were an issue, it shouldn't be running in the debugger either.
© Stack Overflow or respective owner