ApplicationPoolPeriodicRestart.PrivateMemory Property

Definition

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

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

Property Value

The amount of private 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