Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum amount of memory, in bytes, that the app can consume before an OutOfMemory exception is thrown.
Syntax
public static ulong ProcessCommittedLimit { get; }
Public Shared ReadOnly Property ProcessCommittedLimit As ULong
public:
static property unsigned long long ProcessCommittedLimit {
unsigned long long get();
}
Property value
Type: System.UInt64 [.NET] | uint64 [C++]
The maximum amount of memory, in bytes, that the app can consume before an OutOfMemory exception is thrown.
Remarks
While your app is in a deactivated state, the value of the ProcessCommittedLimit property is 0 (zero).
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.System.Memory Windows::Phone::System::Memory [C++] |
Metadata |
Windows.WinMD |
See also
MemoryManager