13 Mar 2019 09:19 PM
Observed more GC happening on most of the transaction for dot net application due to that we are seeing more impact on the transaction response times (eg: view report transaction in stage environment, but dont see the same behavior in production)
Could you please help how do i narrow down the issue to get better solution.
Solved! Go to Solution.
14 Mar 2019 07:29 AM
What is scaling of environment for TST and PROD? Is configuration of IIS / .NET Service the same? If this is VM, are resources available for virtual machine? If not you should see that for example memory is going to some level and then stuck for example on 70%. In such case GC can run.
As well if it is IIS question is if GC configuration is the same for both environments. Because GC can run sync or async.
Sebastian