Search found 3 matches
- Thu Nov 02, 2006 5:33 pm
- Forum: .NET
- Topic: Questions about the Large Object Heap size
- Replies: 5
- Views: 4542
Hi Narcis, Sure. What I observed can be reproduced. My goal is to speed up the loading and graphing of several High-Low series. My charting operation involves reading a data file with multiple channels, finding the maximum and minimum, and composing the High-Low series. Using a single file, I have a...
- Thu Nov 02, 2006 3:24 pm
- Forum: .NET
- Topic: Questions about the Large Object Heap size
- Replies: 5
- Views: 4542
Questions about the Large Object Heap size
Hi Narcis,
I can not see your code, and did not understand your reply.
Thanks,
Michael
I can not see your code, and did not understand your reply.
Thanks,
Michael
- Fri Oct 27, 2006 2:28 pm
- Forum: .NET
- Topic: Questions about the Large Object Heap size
- Replies: 5
- Views: 4542
Questions about the Large Object Heap size
I was monitoring the .Net memory “Large Object Heap size” when plotting a TeeChart using the HighLow series. When plotting only with a few thousand points, the Large Object Heap size goes down to the initial value (i.e. a low value) after a myHighLow.Clear() call. When plotting with tens of thousand...