Click or drag to resize

MemoryUsageInfoCommitLimit 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
[DataMemberAttribute]
public long CommitLimit { get; set; }

Property Value

Type: Int64
The commit limit.

Implements

IMemoryUsageInfoCommitLimit
See Also