Recently we faced CPY spikes on our production servers & our web applications runs on Windows Server 2016 as well 2012 server. It looks as follows:
IIS with 10 applications running with SSL: MVC website (.Net Framework 4.7.2) & Webservices MS SQL Express 2016. If the traffic increases, the CPU for lsass.exe increases.
I have tried the following but no luck still,
- Changed RSA byte array size to 2048 from 4096
- Enable only "PKCS - Key Exchanges" using IISCrypto → Best Practices
- Updated the latest windows update on the system
- It is workgroup system not DC [Domain controlled]
- DNS properly configured
Any help appreciated.