ProcessModelSection.MemoryLimit Property
.NET Framework (current version)
Gets or sets a value indicating the maximum allowed memory size.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("memoryLimit", DefaultValue = 60)] public int MemoryLimit { get; set; }
Property Value
Type: System.Int32The percentage of the total system memory. The default is 60 percent.
The memory size is expressed as a percentage of the total system memory. This is the amount of memory a worker process can consume before ASP.NET restarts (bounces) it.
.NET Framework
Available since 2.0
Available since 2.0
Show: