Why does tracerpt use up all of my Sql Server's memory?
Posted
by Cypher
on Server Fault
See other posts from Server Fault
or by Cypher
Published on 2010-05-29T00:52:10Z
Indexed on
2010/05/29
1:02 UTC
Read the original article
Hit count: 933
windows-server-2008
|sql-server-2008
We have a MS Sql Server 2008 machine with 12 GB of RAM... twice now within the last week this server was knocked on its backside by a process called "tracerpt.exe" which was found to have taken up ALL of the system's memory and leaving nothing for sqlserver.
Done my homework, figured out what this program is... but still no idea why it's hogging up so much RAM (though I have an idea), nor what application is actually executing it.
This server is the back-end to a Microsoft Dynamics CRM 4.0 application which is hosted on a separate server and is our production database used for just about everything. If this program is necessary, I would like to be able to find the application that is executing this thing and remove it or disable whatever feature is causing this quite annoying occurrence.
Any ideas?
© Server Fault or respective owner