Share via


AppResourceGroupMemoryReport.CommitUsageLimit Property

Definition

Gets the limit of the amount of memory that can be committed (allocated) by this resource group.

public:
 property unsigned long long CommitUsageLimit { unsigned long long get(); };
uint64_t CommitUsageLimit();
public ulong CommitUsageLimit { get; }
var uInt64 = appResourceGroupMemoryReport.commitUsageLimit;
Public ReadOnly Property CommitUsageLimit As ULong

Property Value

UInt64

unsigned long long

uint64_t

The maximum amount of memory that is available for allocation.

Windows requirements

App capabilities
appDiagnostics

Remarks

The commit limit is roughly the current pagefile size + the amount of RAM - the amount of RAM allocated to non-pageable memory.

Applies to