The PeriodicRestartPrivateMemory property specifies the amount of private memory (in KB) that a worker process can use before the worker process recycles. The maximum value supported for this property is 4,294,967 KB.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PeriodicRestartPrivateMemory As Integer |
| C# |
|---|
| public int PeriodicRestartPrivateMemory { get; set; } |
| C++ |
|---|
| public property int PeriodicRestartPrivateMemory sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_PeriodicRestartPrivateMemory(); /** property */ public void set_PeriodicRestartPrivateMemory(int value); |
| JScript |
|---|
| public function get PeriodicRestartPrivateMemory() : int public function set PeriodicRestartPrivateMemory(value : int); |
Property Value
Value indicating the amount of memory.
See Also
Documentation version 1.0.0.0.