共用方式為


ApplicationPoolPeriodicRestart.PrivateMemory 屬性

定義

取得或設定背景工作進程在回收背景工作進程之前可以使用的私人記憶體數量。

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

屬性值

背景工作進程可以在回收背景工作進程之前使用的私人記憶體數量,以 KB 為單位。 預設值是 0。

備註

此屬性支援的最大值為 4,294,967 KB。 預設設定為 0,這會停用 屬性。

適用於