CacheSection.PercentagePhysicalMemoryUsedLimit Property
.NET Framework (current version)
Gets or sets a value indicating the maximum percentage of virtual memory usage.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("percentagePhysicalMemoryUsedLimit", DefaultValue = 0)] [IntegerValidatorAttribute(MinValue = 0, MaxValue = 100)] public int PercentagePhysicalMemoryUsedLimit { get; set; }
Property Value
Type: System.Int32The maximum percentage of virtual memory usage. The default value is 90%.
The PercentagePhysicalMemoryUsedLimit property specifies the threshold for high pressure conditions. As this threshold is approached, the cache system gradually begins more aggressive scavenging measures.
.NET Framework
Available since 2.0
Available since 2.0
Show: