Click or drag to resize

IMemoryUsageInfoCommitLimit Property

Win32_PerfFormattedData_PerfOS_Memory: CommitLimit: Amount of virtual memory, in bytes, that can be committed without having to extend the paging files. Committed memory is physical memory for which space has been reserved on the disk paging files.

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long CommitLimit { get; set; }

Property Value

Type: Int64
The commit limit.
See Also