Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am using TFS 2010 SP1 and I have created TFS Plugins using C# code.

That plugin will get the changes of the work item and update another database.

Everything is working fine but all the TFS User faces problem with low performance. I have increased the RAM of the server upto 8 GB but still no luck.

I have checked on tfs server performance and saw that suddenly w3wp.exe process uses all the memory and cpu usage is 100%.
While Remote Debugging I found that workItemStore.GetWorkItem(workitemId) uses more cpu.

When i Remove the plugin then TFS behaves normally with good performance.

I am not able to identify the issue.

So can any one help me to identify the issue ?
Posted
Updated 29-Aug-13 2:03am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900