ApplicationPoolPeriodicRestart.PrivateMemory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.