MemoryManager.ProcessCommittedLimit property
Gets the maximum amount of memory, in bytes, that the app can consume before an OutOfMemory exception is thrown.
Syntax
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 |
|
|
Metadata |
|
See also