ApplicationPoolPeriodicRestart.Memory Property

Definition

Gets or sets the amount of virtual memory that a worker process can use before the worker process is recycled.

public:
 property long Memory { long get(); void set(long value); };
public long Memory { get; set; }
member this.Memory : int64 with get, set
Public Property Memory As Long

Property Value

The amount of virtual memory, in kilobytes, that a worker process can use before the worker process is recycled. The default is 0.

Remarks

The maximum value supported for this property is 4,294,967 KB. The default setting is 0, which disables the property.

Applies to