tuning the CLR for performance

S

Sam

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 there a way to do this in machine.config or app.config ?

What other parameters can I tune for the CLR ?

=sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top