We are migrating the existing asp.net web api service from .Net Framework to .Net Core SDK 2.1.500 to make it cloud native and run on PCF. We are experiencing issues while
running the existing end to end integration tests locally, with problematic CPU utilization and Memory. after running few tests CPU utilization max out (reaches 99% - 100%) and it doesn't come down at all. These tests (~700) run in parallel and work fine with
the existing solution(.Net Framework). The service/application is run locally. the system configurations is as follows Windows 10 Enterprise Precision 5820 Tower RAM : 32 GB processor: Intel(R) Xeon(R) w-2135 CPU @ 3.70 GHZ Core I-7 64 bit OS Running on Visual
Studio 2017 Enterprise using kestrel-IIS webserver
↧