AppResourceGroupMemoryReport.CommitUsageLimit 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 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
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.