Click here to Skip to main content
15,915,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 0:44
Eduard Keilholz21-Jan-10 0:44 
GeneralRe: Memory consumption problem Pin
Martin#21-Jan-10 1:31
Martin#21-Jan-10 1:31 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 7:40
Eduard Keilholz21-Jan-10 7:40 
GeneralRe: Memory consumption problem Pin
Dave Kreskowiak21-Jan-10 4:30
mveDave Kreskowiak21-Jan-10 4:30 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 7:41
Eduard Keilholz21-Jan-10 7:41 
GeneralRe: Memory consumption problem [modified] Pin
Matt444620-Jan-10 23:32
Matt444620-Jan-10 23:32 
GeneralRe: Memory consumption problem Pin
Covean20-Jan-10 23:13
Covean20-Jan-10 23:13 
AnswerRe: Memory consumption problem Pin
Luc Pattyn21-Jan-10 1:30
sitebuilderLuc Pattyn21-Jan-10 1:30 
Before you spend a lot of time, just perform a simple experiment:
- run the app, don't let it exit
- watch the working set on TaskManager
- minimize the main form
- restore the main form
- watch the working set again on TaskManager

if it got way down, then nothing is wrong; the memory IS available for use by other processes, and minimizing makes Windows reclaim memory from an app. The effect will be most noticeable on recent Windows versions (Vista, 7).

if not, you are holding on on something, or have a real leak.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


GeneralRe: Memory consumption problem Pin
dan!sh 21-Jan-10 3:32
professional dan!sh 21-Jan-10 3:32 
GeneralRe: Memory consumption problem Pin
Luc Pattyn21-Jan-10 7:27
sitebuilderLuc Pattyn21-Jan-10 7:27 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 7:36
Eduard Keilholz21-Jan-10 7:36 
GeneralRe: Memory consumption problem Pin
Luc Pattyn21-Jan-10 7:39
sitebuilderLuc Pattyn21-Jan-10 7:39 
QuestionInteresting crystal roport problem!? Pin
miss YY20-Jan-10 22:05
miss YY20-Jan-10 22:05 
QuestionHow to check value in IF statement.. Pin
<<Tash18>>20-Jan-10 22:04
<<Tash18>>20-Jan-10 22:04 
AnswerRe: How to check value in IF statement.. Pin
Calla20-Jan-10 22:09
Calla20-Jan-10 22:09 
GeneralRe: How to check value in IF statement.. Pin
<<Tash18>>20-Jan-10 22:17
<<Tash18>>20-Jan-10 22:17 
GeneralRe: How to check value in IF statement.. Pin
Som Shekhar20-Jan-10 22:20
Som Shekhar20-Jan-10 22:20 
GeneralRe: How to check value in IF statement.. Pin
<<Tash18>>20-Jan-10 22:21
<<Tash18>>20-Jan-10 22:21 
JokeRe: How to check value in IF statement.. Pin
Som Shekhar20-Jan-10 22:22
Som Shekhar20-Jan-10 22:22 
GeneralRe: How to check value in IF statement.. Pin
Calla20-Jan-10 22:25
Calla20-Jan-10 22:25 
GeneralRe: How to check value in IF statement.. Pin
Som Shekhar20-Jan-10 22:27
Som Shekhar20-Jan-10 22:27 
AnswerRe: How to check value in IF statement.. Pin
#realJSOP21-Jan-10 0:02
professional#realJSOP21-Jan-10 0:02 
QuestionThreads Pin
P.T.R.K20-Jan-10 16:50
P.T.R.K20-Jan-10 16:50 
AnswerRe: Threads Pin
Luc Pattyn20-Jan-10 16:57
sitebuilderLuc Pattyn20-Jan-10 16:57 
GeneralRe: Threads Pin
P.T.R.K20-Jan-10 17:14
P.T.R.K20-Jan-10 17:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.