Fixing Performance Issue Caused By Node Runner In SharePoint 2013 Preview

Ashok Raja
 
Solutions Architect
November 2, 2012
 
Rate this article
 
Views
959

The node runner application used by SharePoint 2013 preview for search related process slows down the system due to memory leak issues.

To fix this issue follow the below 2 steps

1. Open SharePoint PowerShell window and execute the below command

Set-SPEnterpriseSearchService -PerformanceLevel Reduced

2. Open the config file at C:\Program Files\Microsoft Office Servers\15.0\Search\Runtime\1.0\noderunner.exe.config and change the value ofΒ  memoryLimitMegabytes in nodeΒ  to some other value other than 0, say 100 or 200 which sets the cap limit for memory to be used.

Restart the machine or service which ever you find easy πŸ™‚

Check out this technet link for more info..

Category : Tips

Author Info

Ashok Raja
 
Solutions Architect
 
Rate this article
 
I am Ashok Raja, Share Point Consultant and Architect based out of Chennai, India. ...read more
 

Leave a comment