Share via

Windows Remote Management (WS-Management) service is taking more memory on windows 2012 R2 server

Sivakumar Thayumanavan 0 Reputation points
2024-04-29T10:38:22.1+00:00

The Windows Remote Management (WS-Management) service, running under svchost, is consuming excessive memory on a Windows 2012 server, causing the server to become unresponsive. Could you please advise why the WinRM service is consuming more memory?

Windows for business | Windows Server | User experience | Other

1 answer

Sort by: Most helpful
  1. Wesley Li 11,855 Reputation points
    2024-05-23T10:16:17.7666667+00:00

    Hello

    1. Isolate the svchost to its own svchost.

    Sc config winrm start= disabled

    Net stop winrm

    Sc config winrm type= own

    Sc config winrm start= auto

    Net start winrm

    1. Use the vmmap to check the memory usage.

    VMMap - Sysinternals | Microsoft Learn

    1. Based on the memory usage then collect the log.

    The following link may be useful.

    WMI: High Memory Usage by WMI Service or Wmiprvse.exe - Microsoft Community Hub

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.