I have a small test program that tracks 40 real-time symbols and simply displays the symbol values. The program uses three functions RequestSymbol(), OnQuoteChange() and GetBasicQuote(). Below are the memory stats from the Windows XP Task Manager. This shows the memory every 10 minutes for half hour. Notice the PF Usage when up 19MB and the VM Size increased by 15,752K. Is this a memory leak or is this normal for the Desktop API?
Time | PF Usage | Mem Usage | VM Size
9:53am | 400MB | 10,652K | 3,952K
10:03am | 406MB | 15,696K | 8,880K
10:13am | 413MB | 21,404K | 14,604K
10:23am | 419MB | 26,454K | 19,704K
Time | PF Usage | Mem Usage | VM Size
9:53am | 400MB | 10,652K | 3,952K
10:03am | 406MB | 15,696K | 8,880K
10:13am | 413MB | 21,404K | 14,604K
10:23am | 419MB | 26,454K | 19,704K
Comment