System.Web.Configuration.ProcessModelSection.MemoryLimit Property

Gets or sets a value indicating the maximum allowed memory size.

Syntax

[System.Configuration.ConfigurationProperty("memoryLimit", DefaultValue="60")]
public int MemoryLimit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0