Skip to content

Commit

Permalink
Merge pull request #7444 from boades/boades-patch-fix-threadpool-link
Browse files Browse the repository at this point in the history
Fix link to ThreadPool.SetMinThreads
  • Loading branch information
KatieCumming committed Sep 14, 2016
2 parents f72171d + 7034205 commit ba772a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/storage/storage-performance-checklist.md
Expand Up @@ -185,7 +185,7 @@ This code will increase the thread pool min threads:

ThreadPool.SetMinThreads(100,100); //(Determine the right number for your application)

For more information, see [ThreadPool.SetMinThreads Method](http://msdn.microsoft.com/library/system.threading.threadpool.setminthreads(v=vs.110).aspx).
For more information, see [ThreadPool.SetMinThreads Method](http://msdn.microsoft.com/library/system.threading.threadpool.setminthreads%28v=vs.110%29.aspx).

####<a name="subheading11"></a>Take advantage of .NET 4.5 Garbage Collection
Use .NET 4.5 or later for the client application to take advantage of performance improvements in server garbage collection.
Expand Down

0 comments on commit ba772a0

Please sign in to comment.