Skip to content

Instantly share code, notes, and snippets.

@jjaramillo
Created April 16, 2015 18:52
Show Gist options
  • Save jjaramillo/255e3da0fe261071c5ce to your computer and use it in GitHub Desktop.
Save jjaramillo/255e3da0fe261071c5ce to your computer and use it in GitHub Desktop.
Reduce NodeRunner.exe resource consumption...
Use Set-SPEnterpriseSearchService -PerformanceLevel Reduced to reduce the CPU impact the search service
Modify the C:\Program Files\Microsoft Office Servers\15.0\Search\Runtime\1.0\noderunner.exe.config so that it can only consume X amount of RAM. Change the value at to any amount of RAM you like to contain the memory leak.
Do not forget to restart the search service so the modification could be effective.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment