Click here to Skip to main content
16,007,885 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Compiler/Interpreter Pin
leppie30-Jul-04 8:19
leppie30-Jul-04 8:19 
GeneralRe: Compiler/Interpreter Pin
softp_vc1-Aug-04 17:26
softp_vc1-Aug-04 17:26 
GeneralRe: Compiler/Interpreter Pin
leppie2-Aug-04 1:17
leppie2-Aug-04 1:17 
Generalcannot install Service Pin
Member 53081029-Jul-04 23:33
Member 53081029-Jul-04 23:33 
QuestionHow to prevent paper being ejected when printing using PrintDocument? Pin
rahmadid29-Jul-04 18:26
rahmadid29-Jul-04 18:26 
GeneralWierd memory leak on xeon processors Pin
Ægidius Ahenobarbus29-Jul-04 12:01
Ægidius Ahenobarbus29-Jul-04 12:01 
GeneralRe: Wierd memory leak on xeon processors Pin
Andy Brummer29-Jul-04 12:27
sitebuilderAndy Brummer29-Jul-04 12:27 
GeneralRe: Wierd memory leak on xeon processors Pin
Andy Brummer29-Jul-04 12:32
sitebuilderAndy Brummer29-Jul-04 12:32 
Crap, forgot which forum I was in, thought this was C++. D'Oh! | :doh:
The garbage collector tunes itself to the cache size of your processor. I think the first generation is somewhere around the size of your processor's L2 cache. This can change when it collects. Also if the system is only hosting your service, then it is less likely to collect since there isn't as much need to.
Have you actually run into memory problems, or are you just worried. You can also add a call to GC.collect just to reassure yourself that there isn't really a problem.
Assuming of course that you aren't allocating unmanaged resources that you aren't freeing up.


I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

QuestionAdding Code with Reflection or CodeDOM? Pin
PJules29-Jul-04 10:58
PJules29-Jul-04 10:58 
GeneralSN.EXE - Failed to generate a strong name key pair Pin
silverbullet29-Jul-04 7:54
silverbullet29-Jul-04 7:54 
GeneralVisual Stodio dot net Installation Pin
Faheem Ahmad28-Jul-04 11:09
Faheem Ahmad28-Jul-04 11:09 
GeneralRe: Visual Stodio dot net Installation Pin
Heath Stewart28-Jul-04 11:37
protectorHeath Stewart28-Jul-04 11:37 
General.Net vs Native development argument Pin
cheesepirate28-Jul-04 10:49
cheesepirate28-Jul-04 10:49 
GeneralRe: .Net vs Native development argument Pin
Heath Stewart28-Jul-04 11:34
protectorHeath Stewart28-Jul-04 11:34 
GeneralRe: .Net vs Native development argument Pin
softp_vc29-Jul-04 19:12
softp_vc29-Jul-04 19:12 
GeneralA Comprehensive Logging Package for .NET Pin
pat27088128-Jul-04 5:52
pat27088128-Jul-04 5:52 
GeneralWindows Service Pin
abjalmanduru27-Jul-04 19:49
abjalmanduru27-Jul-04 19:49 
GeneralWindows Service Pin
abjalmanduru27-Jul-04 18:55
abjalmanduru27-Jul-04 18:55 
GeneralGames Pin
monn25-Jul-04 19:43
monn25-Jul-04 19:43 
GeneralRe: Games Pin
Heath Stewart28-Jul-04 11:39
protectorHeath Stewart28-Jul-04 11:39 
GeneralType Description at runtime Pin
TimMahy25-Jul-04 2:44
TimMahy25-Jul-04 2:44 
GeneralRe: Type Description at runtime Pin
mav.northwind25-Jul-04 3:36
mav.northwind25-Jul-04 3:36 
GeneralProblem whit crystal report Pin
kings_124-Jul-04 1:23
kings_124-Jul-04 1:23 
GeneralRe: Problem whit crystal report Pin
rabih_kai24-Jul-04 2:36
rabih_kai24-Jul-04 2:36 
Question"Network" Mutex? Pin
RFID Chris23-Jul-04 12:58
RFID Chris23-Jul-04 12:58 

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.