Hi,
We have a Sharepoint farm with two front end web servers. On one of these servers the Sharepoint.ps1 process is using 6GB of RAM (all of the available RAM). This is causing the OS to warn that it is low on resources and slow access to users that hit this
web server. On the other front end web server it is only using less than 80MB.
The process is running under the Sharepoint farm service account.
The full path is:
"C:\Windows\System32\WindowsPowershell\v1.0\PowerShell.exe" -NoExit " &' C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\POWERSHELL\Registration\\Sharepoint.ps1' "
Is this normal? Are there any known memory leaks? Or any advice on how to troubleshoot why this is hogging all available memory?
Microsoft Partner