all groups > dotnet clr > april 2006 >
You're in the

dotnet clr

group:

setting heap sizes


setting heap sizes Sam
4/4/2006 2:37:46 PM
dotnet clr:
In Java you can specify heap using ms mx options.

My C# app is chrunring on GC and I was wondering if perhaps presizing
the heap would improve performance. However I couldnt find any options
for this. Is tehre a way to do this in machine.config or app.config ?

RE: setting heap sizes Guffa
4/19/2006 10:02:01 AM
What is "chrunring"?

The heap will grow if needed. For most cases the GC works best if you leave
it alone.

/Guffa

[quoted text, click to view]
AddThis Social Bookmark Button