다음을 통해 공유


CacheSection.PrivateBytesLimit 속성

정의

작업 프로세스 프라이빗 공간의 최대 크기를 나타내는 값을 가져오거나 설정합니다.

public:
 property long PrivateBytesLimit { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("privateBytesLimit", DefaultValue=0)]
[System.Configuration.LongValidator(MinValue=0)]
public long PrivateBytesLimit { get; set; }
[<System.Configuration.ConfigurationProperty("privateBytesLimit", DefaultValue=0)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.PrivateBytesLimit : int64 with get, set
Public Property PrivateBytesLimit As Long

속성 값

작업 프로세스에 할당된 프라이빗 공간의 최대 크기(바이트)입니다. 기본값은 0입니다.

특성

예제

// Increase the PrivateBytesLimit property to 0.
cacheSection.PrivateBytesLimit = 
    cacheSection.PrivateBytesLimit + 10;
' Increase the PrivateBytesLimit property to 0.
cacheSection.PrivateBytesLimit = cacheSection.PrivateBytesLimit + 10

설명

PrivateBytesLimit 속성 높은 중 조건에 대 한 임계값을 지정 합니다. 이 임계값에 도달 캐시 시스템 더 적극적인 청소 방식을 점진적으로 시작 합니다.

적용 대상

추가 정보