Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default GC mode for ASP.NET applications running on IIS 8.5 and Windows Server 2012 R2

What is the default GC mode for ASP.NET (NET 4.5) applications running on IIS 8.5 and Windows Server 2012 R2?

like image 202
SoftwareFactor Avatar asked Dec 15 '25 13:12

SoftwareFactor


1 Answers

Here's the startupFlags parameter passed to CorBindToRuntimeHost / CorBindToRuntimeEx by default:

STARTUP_CONCURRENT_GC | STARTUP_LOADER_OPTIMIZATION_MULTI_DOMAIN_HOST | STARTUP_LOADER_SAFEMODE | STARTUP_DISABLE_COMMITTHREADSTACK | STARTUP_HOARD_GC_VM

Additionally, pwszBuildFlavor is "svr" unless an administrator has modified the registry to specify a different value.

like image 105
Levi Avatar answered Dec 17 '25 07:12

Levi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!