large-object-heap Questions
2
We have an application that holds large numbers of objects in several Dictionarys, some of which grow continually during the lifetime of the app (trading application with lots of instruments and co...
Westley asked 5/5, 2011 at 4:26
6
Solved
My application does a good deal of binary serialization and compression of large objects. Uncompressed the serialized dataset is about 14 MB. Compressed it is arround 1.5 MB. I find that whenever I...
Imbibe asked 18/12, 2009 at 21:18
5
Solved
I know that all arrays in .net are limited to 2 GB, under this premise, I try not to allocate more that n = ((2^31) - 1) / 8 doubles in an array. Nevertheless, that number of elements still doesn't...
Nuclear asked 3/12, 2009 at 15:10
© 2022 - 2024 — McMap. All rights reserved.