0

Since so many days we are facing a problem for 100% CPU utilization. Tried monitoring in multiple ways using IIS logs, procdump, DebugDial and performance monitoring. By these analysis received some requests which taking time but after looking into code seems there is no problem in code too.

Server has McCafe antivirus installed on it and no other things.

Can you please guide how to track this? or is there any configuration of server which causing this problem?

Oxygen
  • 831
  • 4
  • 17
  • 42
  • Did you check your memory utilization? If you are hitting the memory ceiling, you may be experiencing thrashing. If you allow virtual memory using disk, you may also be thrashing to disk. – Taylor Kidd Nov 26 '15 at 18:27
  • Hi Taylor, we have looked into memory and observed that Garbage collection taking more memory. Started optimizing respective code for this. – Oxygen Nov 27 '15 at 05:01

0 Answers0