Wednesday, May 16, 2012

How to Setup Search Service Performance Level on SharePoint 2010

Configure Search Service Performance Level on SharePoint 2010

Powershell Cmdlet:

Get-SPEnterpriseSearchService | Set-SPEnterpriseSearchService –PerformanceLevel “PartlyReduced”

Performance Level Explained:
Reduced: Total number of threads = number of processors, Max Threads/host = number of processors
PartlyReduced: Total number of threads = 4 times the number of processors , Max Threads/host = 16 times the number of processors
Maximum: Total number of threads = 4 times the number of processors , Max Threads/host = 16 times the number of processors (threads are created at HIGH priority)


Hope you enjoy this blog! When you have comments, better solution and recommendation I like to hear from you.

No comments:

Post a Comment