| Win32_LogicalMemoryConfiguration | |||
| The Win32_LogicalMemoryConfiguration class represents the layout and availability of memory on a Win32 system. This class is being deprecated in favor of the Win32_OperatingSystem class. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AvailableVirtualMemory | UInt32 | The AvailableVirtualMemory property indicates the available (unreserved or uncommitted) amount of memory that a calling process can use. This property has been deprecated in favor of the FreeVirtualMemory property in CIM_OperatingSystem class. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| Name | String | The Name property indicates that this class represents a logical memory configuration. Example: LogicalMemoryConfiguration. This property has been deprecated in favor of the inherited name property in CIM_OperatingSystem class. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| TotalPageFileSpace | UInt32 | The TotalPageFileSpace property indicates the total amount of memory that can be stored in the paging file. This property has been deprecated in favor of the SizeStoredInPagingFiles property in CIM_OperatingSystem class. | |
| TotalPhysicalMemory | UInt32 | The TotalPhysicalMemory property indicates the total amount of physical memory as available to the operating system. This property has been deprecated in favor of the TotalVisibleMemorySize property in CIM_OperatingSystem class. | |
| TotalVirtualMemory | UInt32 | The TotalVirtualMemory property indicates the total amount of memory available to a calling process. This property has been deprecated in favor of the TotalVirtualMemorySize property in CIM_OperatingSystem class. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_LogicalMemoryConfiguration    {     AvailableVirtualMemory = 2614100;     Caption = "Logical Memory Configuration";     Description = "Logical Memory Configuration";     Name = "LogicalMemoryConfiguration";     SettingID = "LogicalMemoryConfiguration";     TotalPageFileSpace = 1348296;     TotalPhysicalMemory = 3144968;     TotalVirtualMemory = 4493264;    }; | |||